]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxexpr.h
"const" added to wxAccelTable ctor
[wxWidgets.git] / include / wx / wxexpr.h
index f756261663e2cd7cc1c9be67a7efdf78de2866cf..480ecbc2a4ad2660c09c2e984270f48bb966460b 100644 (file)
@@ -275,7 +275,7 @@ bool WXDLLEXPORT wxExprIsFunctor(wxExpr *expr, const wxString& functor);
 WXDLLEXPORT_DATA(extern wxExprDatabase*) thewxExprDatabase;
 
 // YACC/LEX can leave memory lying around...
-extern "C" WXDLLEXPORT wxExprCleanUp();
+extern "C" int WXDLLEXPORT wxExprCleanUp();
 
 #endif