]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconloc.h
Remove wrong const from wxMenu::GetMenuItems() documentation.
[wxWidgets.git] / interface / wx / iconloc.h
index a7b21bf3dcdae6162d71163b9b8c68b0d7abe487..3e9c9cbe47ac53a9d5ba24e5d3bb98b2211e12d8 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxIconLocation
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -34,5 +34,9 @@ public:
         @false otherwise.
     */
     bool IsOk() const;
+
+    void SetFileName(const wxString& filename);
+    const wxString& GetFileName() const;
+
 };