X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..ed3aceb08c9322375fb130bf840d106301ede6cd:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 0c63350e23..3e9c9cbe47 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -34,5 +34,9 @@ public: @false otherwise. */ bool IsOk() const; + + void SetFileName(const wxString& filename); + const wxString& GetFileName() const; + };