projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add more methods to wxNativeFontInfo: To/FromUserString and all the
[wxWidgets.git]
/
include
/
wx
/
mac
/
colour.h
diff --git
a/include/wx/mac/colour.h
b/include/wx/mac/colour.h
index a811708f72925205bb57787d9716b52350dd4a0a..3369e9006b172238032d01916696009fceabf955 100644
(file)
--- a/
include/wx/mac/colour.h
+++ b/
include/wx/mac/colour.h
@@
-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:
bool m_isInit;
private:
bool m_isInit;