mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
Added a std:: declaration
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2654 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c38eaf5d58
commit
55d1da0faa
@ -1,3 +1,8 @@
|
||||
2001-09-02 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* iterators.h: Added a std:: declaration to the return type of
|
||||
ParIterator::size.
|
||||
|
||||
2001-08-31 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* lyxrc.C: add help for view_dvi_paper_option, default to safe
|
||||
|
@ -45,7 +45,7 @@ public:
|
||||
///
|
||||
Paragraph * operator*() { return positions.back().par; }
|
||||
///
|
||||
vector<ParPosition>::size_type size() const
|
||||
std::vector<ParPosition>::size_type size() const
|
||||
{ return positions.size(); }
|
||||
///
|
||||
friend
|
||||
|
Loading…
Reference in New Issue
Block a user