]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
warning fixes (closes 767152)
[wxWidgets.git] / src / generic / tipdlg.cpp
index bfb16d90ec6f5be256eece573f067e5714127589..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__