]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
Fixed bug: wxPGProperty::SetName() crashed if it was called before property was added...
[wxWidgets.git] / include / wx / gtk / app.h
index 630bf9b04d41f46b25705bf2d5a3537bd3c31763..0ded824a5fb870e941a4badaf42fab662c5b2754 100644 (file)
@@ -45,13 +45,11 @@ public:
     virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();
 
-#ifdef __WXDEBUG__
     virtual void OnAssertFailure(const wxChar *file,
                                  int line,
                                  const wxChar *func,
                                  const wxChar *cond,
                                  const wxChar *msg);
-#endif // __WXDEBUG__
 
     // GTK-specific methods
     // -------------------
@@ -80,9 +78,8 @@ public:
 
 private:
     // true if we're inside an assert modal dialog
-#ifdef __WXDEBUG__
     bool m_isInAssert;
-#endif // __WXDEBUG__
+
 #if wxUSE_THREADS
     wxMutex* m_idleMutex;
 #endif