Fix compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
int GetWidth() const { return w; }
|
||||
int GetHeight() const { return h; }
|
||||
int GetDepth() const { return bpp; }
|
||||
int GetRefresh() const { return refresh; }
|
||||
|
||||
// returns true if the object has been initialized
|
||||
bool IsOk() const { return w && h; }
|
||||
|
Reference in New Issue
Block a user