projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't assign string literals to a char * variable
[wxWidgets.git]
/
src
/
os2
/
bmpbuttn.cpp
diff --git
a/src/os2/bmpbuttn.cpp
b/src/os2/bmpbuttn.cpp
index 8f61361eba44f941d4e258b88669db892535d19d..ae0b2843da50b8a1bd8940d80d74ec5e57be6c9e 100644
(file)
--- a/
src/os2/bmpbuttn.cpp
+++ b/
src/os2/bmpbuttn.cpp
@@
-19,9
+19,7
@@
#include "wx/os2/private.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
-#endif
#define BUTTON_HEIGHT_FACTOR (EDIT_CONTROL_FACTOR * 1.1)