]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.h
Don't use widest label for numerical citations.
[lyx.git] / src / insets / InsetNomencl.h
index 08df7f16997bfbf2472126148e61a905b9af83ab..c58500f6f82d610afacb6c01fc4b9012897e81a4 100644 (file)
@@ -54,7 +54,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 +108,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"; }