]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetNomencl.cpp
index 5dd474cbfa2e7ffa9a5c771e1e4abc996cbfd250..ac61c7a0c5e9ae5cc1893e687013eadb22502921 100644 (file)
@@ -35,7 +35,7 @@ InsetNomencl::InsetNomencl(InsetCommandParams const & p)
 {}
 
 
-CommandInfo const * InsetNomencl::findInfo(std::string const & /* cmdName */)
+CommandInfo const * InsetNomencl::findInfo(string const & /* cmdName */)
 {
        static const char * const paramnames[] = {"prefix", "symbol", "description", ""};
        static const bool isoptional[] = {true, false, false};
@@ -85,7 +85,7 @@ InsetPrintNomencl::InsetPrintNomencl(InsetCommandParams const & p)
 {}
 
 
-CommandInfo const * InsetPrintNomencl::findInfo(std::string const & /* cmdName */)
+CommandInfo const * InsetPrintNomencl::findInfo(string const & /* cmdName */)
 {
                static const char * const paramnames[] = {"labelwidth", ""};
                static const bool isoptional[] = {true};