X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de1196ab3ad5c0f143870b1bf5568adcf383424..dd74a8f6aa6bebd87179a0c7aa2878b1faff46d0:/include/wx/gtk1/statline.h diff --git a/include/wx/gtk1/statline.h b/include/wx/gtk1/statline.h index aec5372856..a0d212b692 100644 --- a/include/wx/gtk1/statline.h +++ b/include/wx/gtk1/statline.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/statline.h +// Name: wx/gtk1/statline.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKSTATICLINEH__ #define __GTKSTATICLINEH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statline.h" -#endif - #include "wx/defs.h" #if wxUSE_STATLINE @@ -23,7 +18,7 @@ // wxStaticLine // ---------------------------------------------------------------------------- -class wxStaticLine : public wxStaticLineBase +class WXDLLIMPEXP_CORE wxStaticLine : public wxStaticLineBase { public: wxStaticLine();