]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stream.cpp
reSWIGged
[wxWidgets.git] / src / common / stream.cpp
index d5c5dd3318a2b99f90ce7cdf87036bc591790f02..a612185f9c0a91f288ccc2ac59951af0a543327c 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     11/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -18,7 +18,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "stream.h"
 #endif