"wxGDIObject * => &" changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user