]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontdlg.h
removed unused enum
[wxWidgets.git] / include / wx / gtk / fontdlg.h
index 2d4791628887c6c25bd4204e39081fd2b8cf59fe..d6f157bc71cb7bae20ae71a6a50ff55db3434cf1 100644 (file)
@@ -2,10 +2,10 @@
 // Name:        fontdlgg.h
 // Purpose:     wxFontDialog
 // Author:      Robert Roebling
-// Created:    
+// Created:
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTK_FONTDLGH__
@@ -38,7 +38,7 @@ public:
     wxFontDialog( wxWindow *parent, wxFontData *data = (wxFontData *) NULL );
     ~wxFontDialog();
 
-    inline wxFontData& GetFontData() { return m_fontData; }
+    wxFontData& GetFontData() { return m_fontData; }
 
 //protected:
     wxFontData m_fontData;