]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Fixup f3a0e8ff: costly thinko
[lyx.git] / src / FloatList.h
index c647197f4cfcb6ffd267384290e8ab1e4da06cdd..5c0c3a7355830da940e218186a72fb1e06fa19d3 100644 (file)
@@ -43,6 +43,10 @@ public:
        ///
        bool typeExist(std::string const & t) const;
        ///
+       bool allowsWide(std::string const & t) const;
+       ///
+       bool allowsSideways(std::string const & t) const;
+       ///
        Floating const & getType(std::string const & t) const;
        ///
        void erase(std::string const & t);