X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/427c415b933075ab9be91d7116c6db80858e0b78..b02dd12239c8a59b9a545d9fcb04974f8ad02c6b:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index a7b21bf3dc..3e9c9cbe47 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -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; + };