]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Various little tweaks
[wxWidgets.git] / include / wx / app.h
index 8a355c415149036d2f2ed19c4954e379871a327b..fc770fe7f55f31be13c90342cb8c5fe8da0a8218 100644 (file)
@@ -330,8 +330,14 @@ public:
     // this function is called when an assert failure occurs, the base class
     // version does the normal processing (i.e. shows the usual assert failure
     // dialog box)
+    //
+    // the arguments are the place where the assert occured, the text of the
+    // assert itself and the user-specified message
 #ifdef __WXDEBUG__
-    virtual void OnAssert(const wxChar *file, int line, const wxChar *msg);
+    virtual void OnAssert(const wxChar *file,
+                          int line,
+                          const wxChar *cond,
+                          const wxChar *msg);
 #endif // __WXDEBUG__
 
     // check that the wxBuildOptions object (constructed in the application