]> git.lyx.org Git - lyx.git/blobdiff - src/Session.cpp
Amend 3093789e for cmake build
[lyx.git] / src / Session.cpp
index 43c1b9b93edb2f64d4a40cc609a6d130038acbaa..c80bca5222ff4e8d91b51e901cdd81bb4ef9f8a0 100644 (file)
@@ -383,9 +383,9 @@ void LastCommandsSection::setNumberOfLastCommands(unsigned int no)
 }
 
 
-void LastCommandsSection::add(std::string const & string)
+void LastCommandsSection::add(std::string const & command)
 {
-       lastcommands.push_back(string);
+       lastcommands.push_back(command);
 }