projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added '_' checking that warns of the use of "_" or "\_" in the wrong places
[wxWidgets.git]
/
src
/
qt
/
bitmap.cpp
diff --git
a/src/qt/bitmap.cpp
b/src/qt/bitmap.cpp
index 1e6255f55162f1ea94dba34153f66508a6906847..d6f9fa87e39c0d40c6981f378b80687dc1f1c2ab 100644
(file)
--- a/
src/qt/bitmap.cpp
+++ b/
src/qt/bitmap.cpp
@@
-20,10
+20,8
@@
#include "wx/icon.h"
#include "wx/log.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxBitmap, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxMask, wxObject)
-#endif
wxBitmapRefData::wxBitmapRefData()
{