]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / toc.h
index 1a5cf4e4c428d3a91d526697a23c41f9c968f6dc..19e3469ce44d725d18e9bf1c70927fe59074cd2a 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -15,7 +15,7 @@
 #ifndef TOC_H
 #define TOC_H
 
-class LCursor;
+class Cursor;
 
 namespace lyx {
 namespace toc {
@@ -29,7 +29,7 @@ enum OutlineOp {
 };
 
 
-void outline(OutlineOp, LCursor &);
+void outline(OutlineOp, Cursor &);
 
 
 } // namespace toc