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

@@ -99,7 +99,7 @@ public:
int h=100; int h=100;
GetClientSize(&w, &h); GetClientSize(&w, &h);
m_MaxWidth = w; m_MaxWidth = w;
m_MaxHeight = h; m_MaxHeight = h;
m_Amount = alpha; m_Amount = alpha;
m_Region.Clear(); m_Region.Clear();
@@ -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;