From 29a2a24da6903f367d9a4ff813cabdc4e341a7f2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 12 Jul 2003 11:17:14 +0000 Subject: [PATCH] fixed class/struct mismatch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2