]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/app.h
It was not acceptable to call the class method from the static initializer
[wxWidgets.git] / include / wx / motif / app.h
index 1e24fb47ceba33b2c72cd930ba6793ca1b563a9b..246cb618faf21587d49c2cb21ca40259730e10ac 100644 (file)
@@ -82,10 +82,8 @@ protected:
     
 public:
     // Implementation
-    static bool Initialize();
-    static void CleanUp();
-    
-    void DeletePendingObjects();
+    virtual bool Initialize(int& argc, wxChar **argv);
+    virtual void CleanUp();
     
     // Motif-specific
     WXAppContext   GetAppContext() const { return m_appContext; }
@@ -112,8 +110,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
 #endif
 // _WX_APP_H_