projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed to use current wxSocket flag names instead of old ones
[wxWidgets.git]
/
src
/
motif
/
pen.cpp
diff --git
a/src/motif/pen.cpp
b/src/motif/pen.cpp
index ab5fa850492ddb5049bc82e5a9b7fd4032561dfa..bb5ab6212705c4fa4debd764253f8dccad86abcd 100644
(file)
--- a/
src/motif/pen.cpp
+++ b/
src/motif/pen.cpp
@@
-17,9
+17,7
@@
#include "wx/utils.h"
#include "wx/pen.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
-#endif
wxPenRefData::wxPenRefData()
{
@@
-75,7
+73,7
@@
wxPen::wxPen(const wxColour& col, int Width, int Style)
RealizeResource();
- if (
wxThePenList
)
+ if (
wxThePenList
)
wxThePenList->AddPen(this);
}