projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added a const to be consistent with the generic class
[wxWidgets.git]
/
src
/
msw
/
pen.cpp
diff --git
a/src/msw/pen.cpp
b/src/msw/pen.cpp
index 959a6dc44df849f46048b754969647e1145c3eb4..90faa37833e8e2699e9ac81dee84ede2ec991ecb 100644
(file)
--- a/
src/msw/pen.cpp
+++ b/
src/msw/pen.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "pen.h"
#endif