X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParIterator.cpp;h=867e86ca544d4c78a7e0d93e276ceac69e8dbb75;hb=2417d9d911dbca181c48f45d1aad26d31c9aa815;hp=76cb6fe1a839cd3f52bb437407434df03fd896af;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/ParIterator.cpp b/src/ParIterator.cpp index 76cb6fe1a8..867e86ca54 100644 --- a/src/ParIterator.cpp +++ b/src/ParIterator.cpp @@ -13,7 +13,7 @@ #include "ParIterator.h" #include "Paragraph.h" -#include "LyXText.h" +#include "Text.h" #include "insets/Inset.h" @@ -67,9 +67,7 @@ ParIterator ParIterator::operator++(int) // should not be compiled/used. (Lgb) ParIterator & ParIterator::operator--() { -#ifdef WITH_WARNINGS -#warning look here -#endif + // FIXME: look here // DocIterator::backwardPar(); return *this; } @@ -179,9 +177,7 @@ bool operator!=(ParConstIterator const & iter1, ParConstIterator const & iter2) } -#ifdef WITH_WARNINGS -#warning const correctness! -#endif +// FIXME: const correctness! ParConstIterator par_const_iterator_begin(Inset const & inset) {