X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7a11869dde55ba034e280fd7a764872c8de642cf..f4a8c29f7a3ffa7eb60d9b7f055565eb2df368d9:/include/wx/wxexpr.h diff --git a/include/wx/wxexpr.h b/include/wx/wxexpr.h index f756261663..480ecbc2a4 100644 --- a/include/wx/wxexpr.h +++ b/include/wx/wxexpr.h @@ -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