X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftoc.h;h=19e3469ce44d725d18e9bf1c70927fe59074cd2a;hb=2417d9d911dbca181c48f45d1aad26d31c9aa815;hp=1a5cf4e4c428d3a91d526697a23c41f9c968f6dc;hpb=479e9054dbba9753a1a5e03e12ffab970caf4557;p=lyx.git diff --git a/src/toc.h b/src/toc.h index 1a5cf4e4c4..19e3469ce4 100644 --- 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