]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/forty/forty.h
"wxGDIObject * => &" changes
[wxWidgets.git] / samples / forty / forty.h
index bdbb7832fdefe633cb87a5b06a61afb9aa3568c3..1fbf6449f150008857b6cd825f264b6ead624584 100644 (file)
@@ -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;