X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..aa8e9a36c47673613f080d7578e771fe62261ef1:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 0f29f9834b..0eb58a3397 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -5,7 +5,7 @@ #include "wx/control.h" -extern const wxChar *wxStaticTextNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr; class WXDLLEXPORT wxStaticTextBase : public wxControl { @@ -22,8 +22,6 @@ public: #include "wx/motif/stattext.h" #elif defined(__WXGTK__) #include "wx/gtk/stattext.h" -#elif defined(__WXQT__) - #include "wx/qt/stattext.h" #elif defined(__WXMAC__) #include "wx/mac/stattext.h" #elif defined(__WXPM__)