#ifdef __GNUG__
#pragma implementation "app.h"
+ #pragma implementation "appbase.h"
#endif
// For compilers that support precompilation, includes "wx.h".
//// Static member initialization
-wxAppInitializerFunction wxApp::m_appInitFn = (wxAppInitializerFunction) NULL;
+wxAppInitializerFunction wxAppBase::m_appInitFn = (wxAppInitializerFunction) NULL;
wxApp::wxApp()
{