changed return type of RGBColor to const Reference (avoiding compiler warnings)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
|||||||
|
|
||||||
void InitFromName(const wxString& col);
|
void InitFromName(const wxString& col);
|
||||||
|
|
||||||
const WXCOLORREF GetPixel() const { return m_pixel; };
|
const WXCOLORREF& GetPixel() const { return m_pixel; };
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_isInit;
|
bool m_isInit;
|
||||||
|
Reference in New Issue
Block a user