X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7e94bd7ebc205ffba5e2729b0d465778d4e48c6..403695b3236ce0ccca5ba7493736926566c9addc:/interface/wx/colordlg.h?ds=inline diff --git a/interface/wx/colordlg.h b/interface/wx/colordlg.h index 33abe1b0ca..2cec9c31c5 100644 --- a/interface/wx/colordlg.h +++ b/interface/wx/colordlg.h @@ -3,7 +3,7 @@ // Purpose: interface of wxColourDialog // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -47,7 +47,7 @@ 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 @@ -62,7 +62,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /**