// 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;