]> git.lyx.org Git - lyx.git/blobdiff - src/support/systemcall.h
fix compiler warnings about unused parameter
[lyx.git] / src / support / systemcall.h
index 4687074d1ae36e63d13bcd016d7393046a5c50f0..8702283f1a3b3101bdc3ca702d5d0500cc17a3af 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef SYSTEMCALL_H
 #define SYSTEMCALL_H
 
-#include "LString.h"
+#include <string>
 
 namespace lyx {
 namespace support {
@@ -42,7 +42,7 @@ public:
         *  The string "what" contains a commandline with arguments separated
         *  by spaces.
         */
-       int startscript(Starttype how, string const & what);
+       int startscript(Starttype how, std::string const & what);
 };
 
 } // namespace support