]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
remove more forms.h cruft
[lyx.git] / src / texrow.C
index eaca7cdf3a75a6a210d9f87243ed649b936c48c3..61f0a7b0ac520cb5f03bbbd111b3c470db29abd0 100644 (file)
@@ -112,14 +112,14 @@ void TexRow::increasePos(int id, int pos) const
                if (id == (*kit).id()
                    && pos < (*kit).pos()) {
                        (*kit).pos((*kit).pos() + 1);
-                       lyxerr.debug()
+                       lyxerr[Debug::INFO]
                                << "TeXRow::increasePos: ideally this "
                                "should never happen..." << endl;
                }
                // When verified to work this clause should be deleted.
                if (id == (*kit).id()
                    && pos == (*kit).pos()) {
-                       lyxerr.debug()
+                       lyxerr[Debug::INFO]
                                << "TexRow::increasePos: this should happen "
                                "maximum one time for each run of "
                                "increasePos!" << endl;