]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetTOC.h
index 63df80b6b91cd5c019af0338e30c054c2ae2e69a..992bf943d7088a39ea55df00b86073ac8de29ef2 100644 (file)
@@ -38,7 +38,7 @@ public:
        int docbook(Buffer const &, odocstream &,
                    OutputParams const &) const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "tableofcontents"; };
        ///