projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed code to get rid of a compiler warning about statement always being FALSE
[wxWidgets.git]
/
src
/
os2
/
cursor.cpp
diff --git
a/src/os2/cursor.cpp
b/src/os2/cursor.cpp
index e3efb12c76bfa8c33439a519a8753b6f420b5ce5..6490f0279ed8015cd5bac6373c462a331a63983a 100644
(file)
--- a/
src/os2/cursor.cpp
+++ b/
src/os2/cursor.cpp
@@
-26,9
+26,7
@@
#include "assert.h"
#include "assert.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
-#endif
wxCursorRefData::wxCursorRefData(void)
{
wxCursorRefData::wxCursorRefData(void)
{