]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
attempts to fix wxStaticBitmap::SetBitmap() - still doesn't work
[wxWidgets.git] / src / gtk1 / app.cpp
index 4fbd74c2f0f82233d4c9c0c0cffca6d6c9bf869d..a690ab53a49ad69de6a36f9031a718961af7c78e 100644 (file)
@@ -46,7 +46,7 @@
 //-----------------------------------------------------------------------------
 
 wxApp *wxTheApp = (wxApp *)  NULL;
-wxAppInitializerFunction wxApp::m_appInitFn = (wxAppInitializerFunction) NULL;
+wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NULL;
 
 #if wxUSE_THREADS
 extern wxList *wxPendingEvents;