"wxGDIObject * => &" changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-12-09 17:43:07 +00:00
parent 8bbe427f8e
commit 79490c3d8b
4 changed files with 19 additions and 16 deletions

View 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;