X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFormat.h;h=d1d6d74183cf8c78b8fb26c4fdaadc298308d3b0;hb=5be391b274f2cbf4a1da03bc5ee2136cb6c4e660;hp=99cc120748640510e54b9c83a85f382cd90c08c8;hpb=2ab39fe1211935908198eff87d427b6437b3eb4a;p=lyx.git diff --git a/src/Format.h b/src/Format.h index 99cc120748..d1d6d74183 100644 --- a/src/Format.h +++ b/src/Format.h @@ -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.