projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use wxColourDatabase::Find() instead of deprecated FindColour(); some minor code...
[wxWidgets.git]
/
src
/
common
/
list.cpp
diff --git
a/src/common/list.cpp
b/src/common/list.cpp
index 9532eac9ca400a9fffa433d6f73aa476b6eea8cf..26ace46fb5b4336265a0850f104e8c7d435d4f25 100644
(file)
--- a/
src/common/list.cpp
+++ b/
src/common/list.cpp
@@
-17,7
+17,7
@@
// headers
// -----------------------------------------------------------------------------
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "list.h"
#endif