]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.h
Merge branch 'master' into biblatex2
[lyx.git] / src / support / os.h
index d66173b1a73e6e50d35a019e577e2b346ae7ca52..73eb86d7f331c51853fb5e972d5cb9cea038d6f5 100644 (file)
@@ -59,7 +59,8 @@ shell_type shell();
 int timeout_min();
 
 /// Name of the python interpreter
-std::string const python();
+/// @param reset True if the python path should be recomputed
+std::string const python(bool reset = false);
 
 ///
 bool isFilesystemCaseSensitive();