X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16e93305f2bae16652b6750dffe3bcf05c20d839..2d120f8391920145647ec10e84629bc21fa9f1bb:/include/wx/generic/colrdlgg.h?ds=sidebyside diff --git a/include/wx/generic/colrdlgg.h b/include/wx/generic/colrdlgg.h index b54d4df0fd..942d2ed8ee 100644 --- a/include/wx/generic/colrdlgg.h +++ b/include/wx/generic/colrdlgg.h @@ -40,10 +40,10 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog wxRect singleCustomColourRect; // Size of each colour rectangle - wxIntPoint smallRectangleSize; + wxPoint smallRectangleSize; // For single customizable colour - wxIntPoint customRectangleSize; + wxPoint customRectangleSize; // Grid spacing (between rectangles) int gridSpacing; @@ -82,7 +82,7 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog bool Create(wxWindow *parent, wxColourData *data = (wxColourData *) NULL); int ShowModal(void); - wxColourData GetColourData(void) { return colourData; } + wxColourData &GetColourData(void) { return colourData; } // Internal functions void OnMouseEvent(wxMouseEvent& event);