]> git.lyx.org Git - lyx.git/blobdiff - src/support/systemcall.h
fix compiler warnings about unused parameter
[lyx.git] / src / support / systemcall.h
index cd22bdd8a3502ffcd8766e2d219a9f8e5ae3e9d5..8702283f1a3b3101bdc3ca702d5d0500cc17a3af 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef SYSTEMCALL_H
 #define SYSTEMCALL_H
 
-#include "support/std_string.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