]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
When selecting special logos, set their color correctly
[lyx.git] / src / insets / InsetNomencl.h
index 08df7f16997bfbf2472126148e61a905b9af83ab..14507b66ce3cd163b7c0b8b9110e70531d2bba93 100644 (file)
@@ -40,7 +40,8 @@ public:
        /// Updates needed features for this inset.
        void validate(LaTeXFeatures & features) const;
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        ///
        InsetCode lyxCode() const { return NOMENCL_CODE; }
        ///
@@ -54,7 +55,7 @@ public:
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "nomenclature"; };
+       static std::string defaultCommand() { return "nomenclature"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "nomenclature"; }
@@ -108,7 +109,7 @@ public:
        ///
        static ParamInfo const & findInfo(std::string const &);
        ///
-       static std::string defaultCommand() { return "printnomenclature"; };
+       static std::string defaultCommand() { return "printnomenclature"; }
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "printnomenclature"; }