]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
char* -> wxString
[wxWidgets.git] / src / common / log.cpp
index 679df1715e5cefbc8b65ba8b7ac9bf6eae56b7ef..f28e32fc80a5e04a89ea66475f587974f5722070 100644 (file)
@@ -996,7 +996,7 @@ void wxOnAssert(const char *szFile, int nLine, const char *szMsg)
     // send it to the normal log destination
     wxLogDebug(szBuf);
 
-    #ifdef wxUSE_NOGUI
+    #if wxUSE_NOGUI
       Trap();
     #else
       strcat(szBuf, _("\nDo you want to stop the program?"