]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Revert "Fix commented out code"
[lyx.git] / src / Format.h
index 99cc120748640510e54b9c83a85f382cd90c08c8..d1d6d74183cf8c78b8fb26c4fdaadc298308d3b0 100644 (file)
@@ -24,7 +24,7 @@ namespace support { class FileName; }
 
 class Buffer;
 
-enum class FLAVOR : int;
+enum class Flavor : int;
 
 class Format {
 public:
@@ -220,9 +220,9 @@ private:
 };
 
 ///
-std::string flavor2format(FLAVOR flavor);
+std::string flavor2format(Flavor flavor);
 // Not currently used.
-// FLAVOR format2flavor(std::string fmt);
+// Flavor format2flavor(std::string fmt);
 
 /// The global instance.
 /// Implementation is in LyX.cpp.