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:
parent
e0176dd9fb
commit
eeb9e3d08f
@ -166,7 +166,7 @@ enum wxKeyType
|
||||
return it; \
|
||||
} \
|
||||
public: \
|
||||
liT() {}; \
|
||||
liT() {} \
|
||||
\
|
||||
citer Append( elT e ) { push_back( e ); return GetLast(); } \
|
||||
void Clear() { clear(); } \
|
||||
|
Loading…
Reference in New Issue
Block a user