]> git.lyx.org Git - features.git/blobdiff - src/FloatList.h
read the Changelog
[features.git] / src / FloatList.h
index a328edb7d02e194eb7e8af18ce73bb2c3d497a3f..c231d525212290d63d5dbdb6ebfd542063cd98cb 100644 (file)
@@ -32,6 +32,10 @@ public:
        void newFloat(Floating const & fl);
        ///
        string defaultPlacement(string const & t) const;
+       ///
+       bool typeExist(string const & t) const;
+       ///
+       Floating const & getType(string const & t) const;
 private:
        ///
        List list;