]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
rename wxGrid::SendSizeEvent() to SendGridSizeEvent() to avoid warnings about conflic...
[wxWidgets.git] / include / wx / app.h
index 5e0e97060ed65b27896dfc14ca060c2787f5e09a..f754a7b117f5b524c47362e8e01f836c11dfef11 100644 (file)
@@ -335,7 +335,6 @@ public:
     // debugging support
     // -----------------
 
-#ifdef __WXDEBUG__
     // 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)
@@ -355,7 +354,6 @@ public:
                           int line,
                           const wxChar *cond,
                           const wxChar *msg);
-#endif // __WXDEBUG__
 
     // check that the wxBuildOptions object (constructed in the application
     // itself, usually the one from IMPLEMENT_APP() macro) matches the build