projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PCH-less compilation fix
[wxWidgets.git]
/
src
/
common
/
effects.cpp
diff --git
a/src/common/effects.cpp
b/src/common/effects.cpp
index e1d93d144d73fcf4853f2813aca510343be30334..fe7a35e25ef6977db10eb5847e2af054be146925 100644
(file)
--- a/
src/common/effects.cpp
+++ b/
src/common/effects.cpp
@@
-25,6
+25,8
@@
#include "wx/gdicmn.h"
#endif //WX_PRECOMP
+#if WXWIN_COMPATIBILITY_2_8
+
/*
* wxEffectsImpl: various 3D effects
*/
@@
-122,3
+124,6
@@
bool wxEffectsImpl::TileBitmap(const wxRect& rect, wxDC& dc, const wxBitmap& bit
return true;
}
+
+#endif // WXWIN_COMPATIBILITY_2_8
+