]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontdlg.h
Compilation fixes.
[wxWidgets.git] / include / wx / gtk / fontdlg.h
index df377c2510042117ab2e358946180aacebe4df33..9f3e37f2ecc474156c1645a0d14cd905ba307418 100644 (file)
@@ -5,21 +5,17 @@
 // Created:
 // RCS-ID:      $Id$
 // Copyright:   (c) Robert Roebling
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #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 */ }