]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInfo.h
DocBook: merge code duplicates for HTML and CALS tables.
[features.git] / src / insets / InsetInfo.h
index 244f15340b4f07043b89e97a9579e3feb37818b3..3531b41681204964af5ea1be556b3e55fc176be1 100644 (file)
@@ -217,7 +217,7 @@ public:
        /// should paragraph indentation be omitted in any case?
        bool neverIndent() const override { return true; }
        ///
-       void latex(otexstream &, OutputParams const &) const override;
+       void validate(LaTeXFeatures & features) const override;
        ///
        InsetInfoParams params() const { return params_; }