]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfloatlist.h
proper support for "List of XXX" insets; fix error when there is a list of algorithms...
[features.git] / src / insets / insetfloatlist.h
index bde0436c43af5156f610ff24f393b2e3845f44de..7452a2448e711f37d5f483f3d079c2840b3bd0eb 100644 (file)
@@ -54,6 +54,8 @@ public:
        int docbook(Buffer const *, std::ostream &) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
+       ///
+       void validate(LaTeXFeatures & features) const;
 };
 
 #endif