]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
minimal effort implementation of:
[lyx.git] / src / toc.h
index e3d1cf982ad7650dfe41ae73fa0fe53d68f2e285..919d1ba28243cb6413162099f8664e048ae3be24 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -56,10 +56,10 @@ 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
 };