X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b0674f799ec703083140f20b3b1280ba236917f..97357eecf18f61c65969a49c5830083ec59bb77d:/src/common/matrix.cpp

diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp
index 5068f5f836..d0d16755a3 100644
--- a/src/common/matrix.cpp
+++ b/src/common/matrix.cpp
@@ -4,11 +4,11 @@
 // Modified by: Klaas Holwerda
 // Created:     01/02/97
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
+// Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "matrix.h"
 #endif