X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileName.h;h=e1bc0de83d45a3b9e06e57d114a4d4eef40ec951;hb=f1ab5dfc5878bc736fd185279a0ef7a185b2d8d8;hp=9d282e58a331659fb600be86a7b896e3241a76c2;hpb=8be18455fd7072cd2d30108f0d274d4d253fe58a;p=lyx.git diff --git a/src/support/FileName.h b/src/support/FileName.h index 9d282e58a3..e1bc0de83d 100644 --- a/src/support/FileName.h +++ b/src/support/FileName.h @@ -174,7 +174,7 @@ public: /// \p mask must be in filesystem encoding, if it contains a /// relative path, the template file will be created in the global /// temporary directory as given by 'package().temp_dir()'. - static FileName tempName(std::string const & mask = empty_string()); + static FileName tempName(std::string const & mask); static FileName tempName(FileName const & temp_dir, std::string const & mask);