]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/snglinst.h
Added minimal file dialog for SmartPhone
[wxWidgets.git] / include / wx / snglinst.h
index b940f3dd12d31dfad96f17f0433c1b16d8839979..4c2a2b32f7cef84051cd340bd1d8dc6455b83baf 100644 (file)
@@ -23,7 +23,7 @@
 // wxSingleInstanceChecker
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxSingleInstanceChecker
+class WXDLLIMPEXP_BASE wxSingleInstanceChecker
 {
 public:
     // default ctor, use Create() after it
@@ -59,7 +59,9 @@ private:
     void Init() { m_impl = NULL; }
 
     // the implementation details (platform specific)
-    class WXDLLEXPORT wxSingleInstanceCheckerImpl *m_impl;
+    class WXDLLIMPEXP_BASE wxSingleInstanceCheckerImpl *m_impl;
+
+    DECLARE_NO_COPY_CLASS(wxSingleInstanceChecker)
 };
 
 #endif // wxUSE_SNGLINST_CHECKER