X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFormat.h;h=c4c2a5ea315ef323bef41a5a9534062e61b75e9e;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=b96120bc71cb6756a48338f642f06133be21c77d;hpb=43f6b1672b5ef442b4e9b7e4f7ea76dc14ac4fc8;p=lyx.git diff --git a/src/Format.h b/src/Format.h index b96120bc71..c4c2a5ea31 100644 --- a/src/Format.h +++ b/src/Format.h @@ -96,6 +96,9 @@ public: bool inExportMenu() const { return flags_ & export_menu; } /// bool zippedNative() const { return flags_ & zipped_native; } + /// + static bool formatSorter(Format const * lhs, Format const * rhs); + private: /// Internal name. Needs to be unique. std::string name_;