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