]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetNomencl.h
index b2bc62d4740e9011b3bc6857664833897bcb5e2f..5d6c663d3c26e352a7e1ef0d55f16c0f79cb5967 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        int docbookGlossary(odocstream &) const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "nomenclature"; };
        ///
@@ -78,7 +78,7 @@ public:
        ///
        docstring const getScreenLabel(Buffer const &) const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "printnomenclature"; };
        ///