X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63cafd2799b6e9dcbe34ce63635f1f8a807d895f..8e1e6facb70151e7fb26c3731c3d30602a70129d:/samples/forty/forty.h diff --git a/samples/forty/forty.h b/samples/forty/forty.h index bdbb7832fd..1fbf6449f1 100644 --- a/samples/forty/forty.h +++ b/samples/forty/forty.h @@ -18,9 +18,9 @@ class FortyApp: public wxApp public: bool OnInit(); - static wxColour* BackgroundColour(); - static wxColour* TextColour(); - static wxBrush* BackgroundBrush(); + static const wxColour& BackgroundColour(); + static const wxColour& TextColour(); + static const wxBrush& BackgroundBrush(); private: static wxColour* m_backgroundColour;