// Purpose: interface of wxColourDialog
// Author: wxWidgets team
// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
/**
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
// Global functions/macros
// ============================================================================
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
//@{
/**