X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..3c5487b14442ddbc6e43ee2f4475b5a6ba251fb1:/src/univ/statusbr.cpp diff --git a/src/univ/statusbr.cpp b/src/univ/statusbr.cpp index 2cd0e48d45..71ffd980dd 100644 --- a/src/univ/statusbr.cpp +++ b/src/univ/statusbr.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "univstatusbr.h" #endif @@ -72,7 +72,7 @@ bool wxStatusBarUniv::Create(wxWindow *parent, } SetFieldsCount(1); - + CreateInputHandler(wxINP_HANDLER_STATUSBAR); SetSize(DoGetBestSize());