#define _WX_RENDERER_H_
class WXDLLEXPORT wxDC;
-class WXDLLEXPORT wxRect;
class WXDLLEXPORT wxWindow;
+#include "wx/gdicmn.h" // for wxPoint
+
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxRendererNative
{
public:
+ virtual ~wxRendererNative() { } // stop GCC warning
+
// drawing functions
// -----------------