#include "wx/os2/private.h"
#include "assert.h"
+#if !USE_SHARED_LIBRARIES
+IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
+#endif
+
wxPenRefData::wxPenRefData()
{
m_style = wxSOLID;
int wx2os2PenStyle(int wx_style)
{
- int cstyle;
+ int cstyle = 0;
// TODO:
/*
switch (wx_style)