]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
fixed wxSTC compilation with MSVC
[wxWidgets.git] / src / generic / tipdlg.cpp
index 603f7881a9a2585d5d514d908f75ed31b398e197..9e450d4bade82860223889f4430c3694fd9740c2 100644 (file)
@@ -53,7 +53,7 @@
 // constants
 // ----------------------------------------------------------------------------
 
-static const int wxID_NEXT_TIP = -100;  // whatever
+static const int wxID_NEXT_TIP = 32000;  // whatever
 
 // ----------------------------------------------------------------------------
 // private classes
@@ -70,6 +70,8 @@ public:
 
 private:
     wxTextFile m_textfile;
+
+    DECLARE_NO_COPY_CLASS(wxFileTipProvider)
 };
 
 #ifdef __WIN32__
@@ -115,6 +117,7 @@ private:
     wxCheckBox *m_checkbox;
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxTipDialog)
 };
 
 // ============================================================================