]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
minimal effort implementation of:
[lyx.git] / src / toc.h
index 2006f6f0d06d3b1dc388c95ce24ecad26c8f0b4d..919d1ba28243cb6413162099f8664e048ae3be24 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -56,14 +56,14 @@ std::string const getGuiName(std::string const & type, Buffer const &);
 
 /// the type of outline operation
 enum OutlineOp {
-       UP, // Move this header with text down
-       DOWN,   // Move this header with text up
-       IN, // Make this header deeper
-       OUT // Make this header shallower
+       Up, // Move this header with text down
+       Down,   // Move this header with text up
+       In, // Make this header deeper
+       Out // Make this header shallower
 };
 
 
-void outline(OutlineOp, Buffer *, pit_type &);
+void outline(OutlineOp, LCursor &);
 
 
 } // namespace toc