]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/zipstrm.h
Extract X11 Display wrapper class in a private header.
[wxWidgets.git] / interface / wx / zipstrm.h
index f7cdd400a015763e788e62f4ba041b515d0b2536..18bb864c277033b1054a02fccde2c7e01c48a64c 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxZipNotifier
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
@@ -214,7 +214,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 +226,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);
     //@}