From: Vadim Zeitlin Date: Sat, 12 Jul 2003 11:17:14 +0000 (+0000) Subject: fixed class/struct mismatch X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/29a2a24da6903f367d9a4ff813cabdc4e341a7f2 fixed class/struct mismatch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/hash.h b/include/wx/hash.h index 199a619355..472c6aa264 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -342,7 +342,7 @@ public: dummy* operator->() { return (dummy*)this; } }; - typedef class compatibility_iterator citer; + typedef compatibility_iterator citer; class dummy {