]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.cpp
Remove exclamation mark from "String not found!"
[lyx.git] / src / DocIterator.cpp
index 420c782c37de8dc01092502150a71ee41c749c3a..35b23a98b72f147018160be7941fc18002805c98 100644 (file)
@@ -42,6 +42,7 @@ DocIterator::DocIterator()
        : boundary_(false), inset_(0), buffer_(0)
 {}
 
+
 // We could be able to get rid of this if only every BufferView were
 // associated to a buffer on construction.
 DocIterator::DocIterator(Buffer * buf)