X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f97a9818a1fa990dc35ab46bcc0d7e122701b8af:/samples/event/event.cpp diff --git a/samples/event/event.cpp b/samples/event/event.cpp index 4e9dc8798c..a0647391ae 100644 --- a/samples/event/event.cpp +++ b/samples/event/event.cpp @@ -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() };