]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
Add test-refstyle-references to cmake. Also added missing file test-refstyle-referenc...
[lyx.git] / src / Format.h
index 9d91ae1442f7edaa380c30461d4d6b3c885196e1..b96120bc71cb6756a48338f642f06133be21c77d 100644 (file)
@@ -201,6 +201,8 @@ public:
        ///
        const_iterator end() const { return formatlist.end(); }
        ///
+       bool empty() const { return formatlist.empty(); }
+       ///
        FormatList::size_type size() const { return formatlist.size(); }
 private:
        ///