X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de1196ab3ad5c0f143870b1bf5568adcf383424..aa767a452107db3fcc5773a8955927b059ccf945:/include/wx/gtk/statline.h?ds=sidebyside

diff --git a/include/wx/gtk/statline.h b/include/wx/gtk/statline.h
index aec5372856..b71bd696e2 100644
--- a/include/wx/gtk/statline.h
+++ b/include/wx/gtk/statline.h
@@ -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();
@@ -32,13 +27,13 @@ public:
                  const wxPoint &pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxLI_HORIZONTAL,
-                 const wxString &name = wxStaticTextNameStr);
+                 const wxString &name = wxStaticLineNameStr);
     bool Create(wxWindow *parent,
                 wxWindowID id = wxID_ANY,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxLI_HORIZONTAL,
-                const wxString &name = wxStaticTextNameStr);
+                const wxString &name = wxStaticLineNameStr);
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);