removed spurious semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-07-01 11:43:01 +00:00
parent e0176dd9fb
commit eeb9e3d08f

View File

@ -166,7 +166,7 @@ enum wxKeyType
return it; \
} \
public: \
liT() {}; \
liT() {} \
\
citer Append( elT e ) { push_back( e ); return GetLast(); } \
void Clear() { clear(); } \