X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FFileName.cpp;h=4e075f2ed81fc064ddf034ae38b92513c11b1761;hb=1b508fff0332e514847ba87efbc2e1e0d981daa1;hp=9714965bdf1859a5265c3a4e99d46faf050838d8;hpb=a7018252b75316b7855f04c51be2342dc269f96c;p=features.git diff --git a/src/support/FileName.cpp b/src/support/FileName.cpp index 9714965bdf..4e075f2ed8 100644 --- a/src/support/FileName.cpp +++ b/src/support/FileName.cpp @@ -958,7 +958,7 @@ string DocFileName::outputFileName(string const & path) const string DocFileName::mangledFileName(string const & dir) const { return mangledFileName(dir, true, false); -}; +} string DocFileName::mangledFileName(string const & dir, bool use_counter, bool encrypt_path) const {