]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
More fixes to the autocollapsing of paragraphs.
[lyx.git] / src / paragraph.C
index 61d2048be7ffba51d0f680940f991fac8dbe8cc7..de831a0d210f461e9f038c4f6cf20cbc890b60f1 100644 (file)
@@ -1219,7 +1219,7 @@ Paragraph::InsetIterator(pos_type pos)
 
 
 // returns -1 if inset not found
-int Paragraph::getPositionOfInset(Inset * inset) const
+int Paragraph::getPositionOfInset(Inset const * inset) const
 {
        // Find the entry.
        for (InsetList::const_iterator cit = insetlist.begin();