X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos.h;h=73eb86d7f331c51853fb5e972d5cb9cea038d6f5;hb=ecbd047cffa1c4af95cf4ab91a7d2fded4a5584c;hp=d66173b1a73e6e50d35a019e577e2b346ae7ca52;hpb=1717ef203cf08fd393e2b905a9ed7f9465c8f47d;p=lyx.git diff --git a/src/support/os.h b/src/support/os.h index d66173b1a7..73eb86d7f3 100644 --- a/src/support/os.h +++ b/src/support/os.h @@ -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();