]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.cpp
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / support / os.cpp
index 4d2c55ed378e3862c0d4ce7c520f07e13a1bdcd4..6984d2c7480fbfd43fe0079716d7eab4252a370d 100644 (file)
@@ -22,11 +22,11 @@ namespace lyx {
 namespace support {
 namespace os {
 
-std::string const python()
+string const python()
 {
        // Use the -tt switch so that mixed tab/whitespace indentation is
        // an error
-       static std::string const command("python -tt");
+       static string const command("python -tt");
        return command;
 }