]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dir.cpp
allow untranslated accelerators, too
[wxWidgets.git] / src / msw / dir.cpp
index 6e51506f8b68f3d61c782397ba82e7abb478ea03..724625bf1ad4b7130c09b07e33ae7209882743e0 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     08.12.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -224,6 +224,8 @@ private:
     wxString m_filespec;
 
     int      m_flags;
+
+    DECLARE_NO_COPY_CLASS(wxDirData)
 };
 
 // ============================================================================