]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontmap.cpp
fix bug in Borland (bcc32 really hates ?)
[wxWidgets.git] / src / common / fontmap.cpp
index 5e75f2f7518527fde6f910ff767de998aed9f0b5..e81d145d65cccd4a29e215361ef4e3a8f6a4eefd 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04.11.99
 // RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -211,6 +211,8 @@ private:
     wxFontMapper *m_fontMapper;
     bool          m_ok;
     wxString      m_pathOld;
+
+    DECLARE_NO_COPY_CLASS(wxFontMapperPathChanger)
 };
 
 // ============================================================================