mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
ws only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4977 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bb7741a5d
commit
ea5ebc3626
@ -65,7 +65,7 @@ ParagraphList::iterator::operator--(int)
|
|||||||
|
|
||||||
|
|
||||||
bool operator==(ParagraphList::iterator const & i1,
|
bool operator==(ParagraphList::iterator const & i1,
|
||||||
ParagraphList::iterator const & i2)
|
ParagraphList::iterator const & i2)
|
||||||
{
|
{
|
||||||
return &(*const_cast<ParagraphList::iterator&>(i1))
|
return &(*const_cast<ParagraphList::iterator&>(i1))
|
||||||
== &(*const_cast<ParagraphList::iterator&>(i2));
|
== &(*const_cast<ParagraphList::iterator&>(i2));
|
||||||
@ -73,7 +73,7 @@ bool operator==(ParagraphList::iterator const & i1,
|
|||||||
|
|
||||||
|
|
||||||
bool operator!=(ParagraphList::iterator const & i1,
|
bool operator!=(ParagraphList::iterator const & i1,
|
||||||
ParagraphList::iterator const & i2)
|
ParagraphList::iterator const & i2)
|
||||||
{
|
{
|
||||||
return !(i1 == i2);
|
return !(i1 == i2);
|
||||||
}
|
}
|
||||||
@ -95,7 +95,7 @@ void ParagraphList::clear()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ParagraphList::iterator ParagraphList::begin()
|
ParagraphList::iterator ParagraphList::begin()
|
||||||
{
|
{
|
||||||
return iterator(parlist);
|
return iterator(parlist);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user