fixed plugin loading

This commit is contained in:
csoler 2020-04-14 21:38:52 +02:00
parent bc748bf152
commit 59508d4c7e
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -362,6 +362,7 @@ bool RsPluginManager::loadPlugin(const std::string& plugin_name,bool first_time)
dlclose(handle);
return false ;
}
#ifdef TO_REMOVE
if(pinfo.svn_revision == 0)
{
std::cerr << " -> No svn revision number." << std::endl;
@ -370,6 +371,7 @@ bool RsPluginManager::loadPlugin(const std::string& plugin_name,bool first_time)
dlclose(handle);
return false ;
}
#endif
// Now look for the plugin class symbol.
//