mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
aeebc6565c
commit
ca0fd16ef7
@ -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);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user