Added using directive to insettoc.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1766 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-15 10:31:00 +00:00
parent 3285b16aec
commit 269fadc965
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
* insettoc.C: added using directive.
2001-03-14 Lars Gullik Bjønnes <larsbj@trylle.birdstep.com>
* insetminipage.h: add pos, inner_pos, width and height. + getters

View File

@ -13,6 +13,7 @@
#include "buffer.h"
using std::ostream;
using std::vector;
using std::endl;
string const InsetTOC::getScreenLabel() const