]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/helpbase.cpp
Change the name of the smart pointer so that wxZipOutputStreamPtr is free
[wxWidgets.git] / src / common / helpbase.cpp
index 8ed3dff2f3d6bb057d770cb8fc03fec0252c7d65..cb19c844ca7b08b15445f0e85193b5a6845c1f03 100644 (file)
@@ -6,10 +6,10 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "helpbase.h"
 #endif