Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-08-24 14:33:43 +00:00
parent cdbce971ec
commit b4ea182b39

View File

@@ -170,7 +170,7 @@ public:
} }
private: private:
int m_Amount; wxByte m_Amount;
int m_MaxWidth; int m_MaxWidth;
int m_MaxHeight; int m_MaxHeight;
bool m_CanSetShape; bool m_CanSetShape;