/////////////////////////////////////////////////////////////////////////////
-// Name: brush.h
+// Name: wx/gtk/brush.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
#ifndef __GTKBRUSHH__
#define __GTKBRUSHH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
// classes
//-----------------------------------------------------------------------------
-class wxBrush;
+class WXDLLIMPEXP_CORE wxBrush;
//-----------------------------------------------------------------------------
// wxBrush
//-----------------------------------------------------------------------------
-class wxBrush: public wxBrushBase
+class WXDLLIMPEXP_CORE wxBrush: public wxBrushBase
{
public:
wxBrush() { }