Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -211,7 +211,7 @@ name##PluginSentinel m_pluginsentinel;
|
||||
wxPluginLibrary *e = (wxPluginLibrary*) wxPluginLibrary::ms_classes.Get(#name); \
|
||||
if( e != 0 ) { e->RefObj(); } \
|
||||
} \
|
||||
name::name##PluginSentinel::~##name##PluginSentinel() { \
|
||||
name::name##PluginSentinel::~name##PluginSentinel() { \
|
||||
wxPluginLibrary *e = (wxPluginLibrary*) wxPluginLibrary::ms_classes.Get(#name); \
|
||||
if( e != 0 ) { e->UnrefObj(); } \
|
||||
}
|
||||
|
Reference in New Issue
Block a user