]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only...
[wxWidgets.git] / src / common / appbase.cpp
index 98fcc2b4d165b7857d2eb2e2eb431a0f2a7c7002..8d3f6b21108bbd2bac82e74e67644196018ba7fe 100644 (file)
@@ -442,6 +442,15 @@ void wxAppConsole::OnAssert(const wxChar *file,
 
 #endif // __WXDEBUG__
 
+#if WXWIN_COMPATIBILITY_2_4
+
+bool wxAppConsole::CheckBuildOptions(const wxBuildOptions& buildOptions)
+{
+    return CheckBuildOptions(buildOptions.m_signature, "your program");
+}
+
+#endif
+
 // ============================================================================
 // other classes implementations
 // ============================================================================