64-bit warning fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-02 05:36:31 +00:00
parent 0219fd2faa
commit b143cf708b
11 changed files with 26 additions and 28 deletions

View File

@@ -97,7 +97,7 @@ public:
protected:
// number of pushed event handlers
size_t m_nPush;
unsigned m_nPush;
private:
// any class wishing to process wxWidgets events must use this macro
@@ -120,7 +120,7 @@ public:
}
private:
size_t m_level;
unsigned m_level;
DECLARE_EVENT_TABLE()
};