X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0b1b91fe6ea9ee743ca658cb427d64052a8f57b..3d5aff50cb85e5b3299bf046d185b172bd488f08:/src/html/helpctrl.cpp?ds=inline diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 13b00c1490..0d36aed6e4 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -212,8 +212,10 @@ bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint& return TRUE; } -#endif return FALSE; +#else + return FALSE; +#endif } void wxHtmlHelpController::SetFrameParameters(const wxString& title,