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
Most plugins create a global variable to hold pointer to the instance.
Remove that, and update the plugin interface functions so that they receive pointer to the instance. Update
getPluginInterface so that it returns pointer to the new instance.
Most plugins create a global variable to hold pointer to the instance.
Remove that, and update the plugin interface functions so that they receive pointer to the instance. Update
getPluginInterface so that it returns pointer to the new instance.