projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(blind) fix for gcc warning on some platforms
[wxWidgets.git]
/
src
/
motif
/
statbox.cpp
diff --git
a/src/motif/statbox.cpp
b/src/motif/statbox.cpp
index 3aad2651532e4e6e394c79001c43ffd41e92ef7e..0c3d210a5e638aa101da81d47e77dfcb2649e75b 100644
(file)
--- a/
src/motif/statbox.cpp
+++ b/
src/motif/statbox.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "statbox.h"
#endif
#pragma implementation "statbox.h"
#endif