]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
Fixed "different linkage" compile error
[wxWidgets.git] / include / wx / x11 / app.h
index 0a689ed00f08d60f5ac66902b656f5ab35e74eaa..77927b4f49e4c4cfcc6988d12eb80a1f76f4409b 100644 (file)
@@ -74,7 +74,9 @@ public:
     // Processes an X event.
     virtual bool ProcessXEvent(WXEvent* event);
     
-    virtual void OnAssert(const wxChar *file, int line, const wxChar *msg);
+#ifdef __WXDEBUG__
+    virtual void OnAssert(const wxChar *file, int line, const wxChar* cond, const wxChar *msg);
+#endif // __WXDEBUG__
     
 protected:
     bool                  m_showOnInit;