Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
XABAccountView: Removed virtual declaration from certain functions
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 24 Aug 2017 21:37:33 +0000 (22:37 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 24 Aug 2017 21:37:33 +0000 (22:37 +0100)
source/widgets/XABAccountView.h

index 595e83a..56402ae 100644 (file)
@@ -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);
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy