// constants
// ----------------------------------------------------------------------------
-static const int wxID_NEXT_TIP = -100; // whatever
+static const int wxID_NEXT_TIP = 32000; // whatever
// ----------------------------------------------------------------------------
// private classes
private:
wxTextFile m_textfile;
+
+ DECLARE_NO_COPY_CLASS(wxFileTipProvider)
};
#ifdef __WIN32__