projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Always let (deprecated) FindColour() return a new instance of a found colour, because...
[wxWidgets.git]
/
src
/
msw
/
brush.cpp
diff --git
a/src/msw/brush.cpp
b/src/msw/brush.cpp
index f1109f4633f645a716f062dfa698dd05ac407640..4fc8fb3b6515b0699b0bf012ae4ed60511e328a4 100644
(file)
--- a/
src/msw/brush.cpp
+++ b/
src/msw/brush.cpp
@@
-13,7
+13,7
@@
// declarations
// ============================================================================
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "brush.h"
#endif