]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/confbase.h
explicit cast for digital mars to use OLE
[wxWidgets.git] / include / wx / confbase.h
index 73c5e6a968e85fca5018dc7291dcbb1398e94f17..4414c8e7a913755f290606ddc33f7b1678d167af 100644 (file)
@@ -8,7 +8,7 @@
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997 Karsten Ballüder   Ballueder@usa.net
 //                       Vadim Zeitlin      <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef   _WX_CONFBASE_H_
@@ -307,6 +307,8 @@ private:
   wxString      m_strName,      // name of entry (i.e. name only)
                 m_strOldPath;   // saved path
   bool          m_bChanged;     // was the path changed?
+
+    DECLARE_NO_COPY_CLASS(wxConfigPathChanger)
 };