mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
3285b16aec
commit
269fadc965
@ -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
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "buffer.h"
|
||||
|
||||
using std::ostream;
|
||||
using std::vector;
|
||||
using std::endl;
|
||||
|
||||
string const InsetTOC::getScreenLabel() const
|
||||
|
Loading…
Reference in New Issue
Block a user