]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/snglinst.h
added wxVListBox::OnDrawBackground(); fixed warnings
[wxWidgets.git] / include / wx / snglinst.h
index 75c89b5cab2ee59957bd79a7f9e3add115f4f764..4c2a2b32f7cef84051cd340bd1d8dc6455b83baf 100644 (file)
@@ -23,7 +23,7 @@
 // wxSingleInstanceChecker
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT_BASE wxSingleInstanceChecker
+class WXDLLIMPEXP_BASE wxSingleInstanceChecker
 {
 public:
     // default ctor, use Create() after it
@@ -59,7 +59,7 @@ private:
     void Init() { m_impl = NULL; }
 
     // the implementation details (platform specific)
-    class WXDLLEXPORT_BASE wxSingleInstanceCheckerImpl *m_impl;
+    class WXDLLIMPEXP_BASE wxSingleInstanceCheckerImpl *m_impl;
 
     DECLARE_NO_COPY_CLASS(wxSingleInstanceChecker)
 };