]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
restored int (instea of size_t) in Remove() and Detach(); TRUE/FALSE -> true/false
[wxWidgets.git] / include / wx / fileconf.h
index f96d602b8a6c2e1814c8474dda04137b20d20ad7..b0e0b0b9177e806f4f123e2eaca1cabc8e8540c6 100644 (file)
@@ -210,6 +210,8 @@ private:
 #ifdef __UNIX__
   int m_umask;                    // the umask to use for file creation
 #endif // __UNIX__
+
+    DECLARE_NO_COPY_CLASS(wxFileConfig)
 };
 
 #endif