]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/fontdlg.h
undeprecated wxSizerItem::IsShown() undoing last change to wx/sizer.h: turns out...
[wxWidgets.git] / include / wx / gtk1 / fontdlg.h
index 901f458fa2cda19a8227a7777e9051ff17181d74..3a9366edcec083facb39aef75e1a0ff3cf1ba4be 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        fontdlgg.h
+// Name:        wx/gtk1/fontdlgg.h
 // Purpose:     wxFontDialog
 // Author:      Robert Roebling
 // Created:
 #ifndef __GTK_FONTDLGH__
 #define __GTK_FONTDLGH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "fontdlg.h"
-#endif
-
 //-----------------------------------------------------------------------------
 // wxFontDialog
 //-----------------------------------------------------------------------------
 
-class wxFontDialog : public wxFontDialogBase
+class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase
 {
 public:
     wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ }