/////////////////////////////////////////////////////////////////////////////
-// Name: fontdlgg.h
+// Name: wx/gtk1/fontdlgg.h
// Purpose: wxFontDialog
// Author: Robert Roebling
// Created:
#ifndef __GTK_FONTDLGH__
#define __GTK_FONTDLGH__
-#ifdef __GNUG__
-#pragma interface "fontdlg.h"
-#endif
-
//-----------------------------------------------------------------------------
// wxFontDialog
//-----------------------------------------------------------------------------
-class wxFontDialog : public wxFontDialogBase
+class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase
{
public:
wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ }