]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
use more specific smart_ptr headers
[lyx.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