Fix copy&paste bug.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21260 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-10-29 12:29:06 +00:00
parent aeebc6565c
commit ca0fd16ef7

View File

@ -84,7 +84,7 @@ public:
///
bool empty() const { return list_.empty(); }
///
void clear() { return list_.clear(); }
void clear() { list_.clear(); }
///
void erase(pos_type pos);
///