X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dfaa4e5d9b8e6c741971884ec896f15f71712f4..bf7d7ee7062f7f6028df40e43745235658e38b4d:/include/wx/gtk1/fontdlg.h diff --git a/include/wx/gtk1/fontdlg.h b/include/wx/gtk1/fontdlg.h index 2d47916288..d6f157bc71 100644 --- a/include/wx/gtk1/fontdlg.h +++ b/include/wx/gtk1/fontdlg.h @@ -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;