X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..5b88a837ba75928cd3835a6b97ae2bf5ad983a6e:/interface/wx/colordlg.h diff --git a/interface/wx/colordlg.h b/interface/wx/colordlg.h index 1ed5b25cb8..47d8026cd4 100644 --- a/interface/wx/colordlg.h +++ b/interface/wx/colordlg.h @@ -8,7 +8,6 @@ /** @class wxColourDialog - @wxheader{colordlg.h} This class represents the colour chooser dialog. @@ -38,7 +37,7 @@ public: /** Destructor. */ - ~wxColourDialog(); + virtual ~wxColourDialog(); /** Same as wxColourDialog(). @@ -48,13 +47,13 @@ public: /** Returns the colour data associated with the colour dialog. */ - wxColourData GetColourData(); + wxColourData& GetColourData(); /** Shows the dialog, returning wxID_OK if the user pressed OK, and wxID_CANCEL otherwise. */ - int ShowModal(); + virtual int ShowModal(); }; @@ -63,7 +62,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /**