You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix LoadResource calls - use this-> for member function
LoadResource is a member function of the plugin class, not a standalone function.
Need to call it as this->LoadResource() from within the plugin constructor.
0 commit comments