]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/pen.cpp
*** empty log message ***
[wxWidgets.git] / src / os2 / pen.cpp
index ec5da7deeda56bd03da57479aa644e6f68cc187e..905a09021b410211dd99c4170c684b8fd17bfb5a 100644 (file)
@@ -24,9 +24,7 @@
 #include "wx/os2/private.h"
 #include "assert.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
-#endif
 
 wxPenRefData::wxPenRefData()
 {
@@ -240,7 +238,7 @@ void wxPen::SetCap(int Cap)
 
 int wx2os2PenStyle(int wx_style)
 {
-    int cstyle;
+    int cstyle = 0;
 // TODO:
 /*
     switch (wx_style)