X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..b91c4601f2cc8fab375dc49a0a1222d58065cfdb:/interface/wx/dirdlg.h diff --git a/interface/wx/dirdlg.h b/interface/wx/dirdlg.h index b9ceeb9571..d34a054a3d 100644 --- a/interface/wx/dirdlg.h +++ b/interface/wx/dirdlg.h @@ -65,27 +65,27 @@ public: /** Destructor. */ - ~wxDirDialog(); + virtual ~wxDirDialog(); /** Returns the message that will be displayed on the dialog. */ - wxString GetMessage() const; + virtual wxString GetMessage() const; /** Returns the default or user-selected path. */ - wxString GetPath() const; + virtual wxString GetPath() const; /** Sets the message that will be displayed on the dialog. */ - void SetMessage(const wxString& message); + virtual void SetMessage(const wxString& message); /** Sets the default path. */ - void SetPath(const wxString& path); + virtual void SetPath(const wxString& path); /** Shows the dialog, returning wxID_OK if the user pressed OK, and