]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / Format.h
index b96120bc71cb6756a48338f642f06133be21c77d..c4c2a5ea315ef323bef41a5a9534062e61b75e9e 100644 (file)
@@ -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_;