X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5057e65939120b28f370c4087c8e5b2a899bae37..f8c10ed8b399f864a8ab7fafe4f73ae0365d4827:/src/univ/statusbr.cpp diff --git a/src/univ/statusbr.cpp b/src/univ/statusbr.cpp index 59e46ccad3..71ffd980dd 100644 --- a/src/univ/statusbr.cpp +++ b/src/univ/statusbr.cpp @@ -6,7 +6,7 @@ // Created: 14.10.01 // RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -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());