X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fwidgets%2FXABAccountView.h;h=56402aee10e4d457f7d1ba6c4c9e137d78e1beb3;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hp=595e83aca421e2cdd83e1024ccb3ace66f8a92bc;hpb=9483d7e544ae6e830b61ad612555a79315fc58e3;p=xestiaab%2F.git diff --git a/source/widgets/XABAccountView.h b/source/widgets/XABAccountView.h index 595e83a..56402ae 100644 --- a/source/widgets/XABAccountView.h +++ b/source/widgets/XABAccountView.h @@ -35,15 +35,15 @@ protected: public: - virtual void Init(); - virtual bool Create(wxWindow* parent); - virtual wxWindow* GetControl(); + void Init(); + bool Create(wxWindow* parent); + wxWindow* GetControl(); // Process wxString into a list selection. - virtual void SetStringValue(const wxString& s); + void SetStringValue(const wxString& s); // Get list selection as a wxString. - virtual wxString GetStringValue() const; + wxString GetStringValue() const; wxTreeItemId FindItemByText(wxTreeItemId parent, const wxString& text); void OnMouseClick(wxMouseEvent& WXUNUSED(event)); void ExpColProc(wxTreeEvent& event);