]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
remove obsolete check for GTK 2.6
[wxWidgets.git] / include / wx / fontenum.h
index ca127b3c8aa4d97ded4dc4a2d908a6ba5053ab6b..782dc7fd9e38479b9b7065a99c8c14a4a7829c9a 100644 (file)
@@ -5,7 +5,6 @@
 // Modified by: extended to enumerate more than just font facenames and works
 //              not only on Windows now (VZ)
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart, Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -81,7 +80,7 @@ private:
     bool EnumerateEncodingsUTF8(const wxString& facename);
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxFontEnumerator)
+    wxDECLARE_NO_COPY_CLASS(wxFontEnumerator);
 };
 
 #endif // wxUSE_FONTENUM