X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFormat.h;h=d1d6d74183cf8c78b8fb26c4fdaadc298308d3b0;hb=5be391b274f2cbf4a1da03bc5ee2136cb6c4e660;hp=b4cc9f4fc4a926e2b6430e9afd3d5c47ab46c80f;hpb=ecf62a8f21e457936ed285d4fbcbed7348bb636b;p=lyx.git diff --git a/src/Format.h b/src/Format.h index b4cc9f4fc4..d1d6d74183 100644 --- a/src/Format.h +++ b/src/Format.h @@ -16,6 +16,7 @@ #include "support/trivstring.h" #include +#include namespace lyx { @@ -23,7 +24,7 @@ namespace support { class FileName; } class Buffer; -enum class FLAVOR : int; +enum class Flavor : int; class Format { public: @@ -219,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.