]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.cpp
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetTOC.cpp
index dc4bb4f360a2b40c5d0c10b8d2ce5c2905041c9b..d1d0e8b5489534dcae4745340b64ab88029df22d 100644 (file)
@@ -32,7 +32,7 @@ InsetTOC::InsetTOC(InsetCommandParams const & p)
 {}
 
 
-CommandInfo const * InsetTOC::findInfo(std::string const & /* cmdName */)
+CommandInfo const * InsetTOC::findInfo(string const & /* cmdName */)
 {
        static const char * const paramnames[] = {"type", ""};
        static const bool isoptional[] = {false};