projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed memory leak in wxNativeFontInfo when using Pango
[wxWidgets.git]
/
src
/
common
/
matrix.cpp
diff --git
a/src/common/matrix.cpp
b/src/common/matrix.cpp
index 96aee8285527b0a5ba3ed0d52a4cb82d52d50235..d0d16755a35e3832044b1b30d99d23114106d4e0 100644
(file)
--- a/
src/common/matrix.cpp
+++ b/
src/common/matrix.cpp
@@
-8,7
+8,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "matrix.h"
#endif