]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/colour.h
add more methods to wxNativeFontInfo: To/FromUserString and all the
[wxWidgets.git] / include / wx / mac / colour.h
index a811708f72925205bb57787d9716b52350dd4a0a..3369e9006b172238032d01916696009fceabf955 100644 (file)
@@ -76,7 +76,7 @@ public:
 
   void InitFromName(const wxString& col);
 
-  const WXCOLORREF GetPixel() const { return m_pixel; };
+  const WXCOLORREF& GetPixel() const { return m_pixel; };
 
 private:
   bool          m_isInit;