]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/zipstrm.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / zipstrm.h
index f7cdd400a015763e788e62f4ba041b515d0b2536..114469434ce19c81944e383853a9623776e6deb7 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        zipstrm.h
 // Purpose:     interface of wxZipNotifier
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -214,7 +213,7 @@ public:
         The extra field is used to store platform or application specific
         data. See Pkware's document 'appnote.txt' for information on its format.
     */
-    char* GetExtra() const;
+    const char* GetExtra() const;
     size_t GetExtraLen() const;
     void SetExtra(const char* extra, size_t len);
     //@}
@@ -226,7 +225,7 @@ public:
         The extra field is used to store platform or application specific
         data. See Pkware's document 'appnote.txt' for information on its format.
     */
-    char* GetLocalExtra() const;
+    const char* GetLocalExtra() const;
     size_t GetLocalExtraLen() const;
     void SetLocalExtra(const char* extra, size_t len);
     //@}