X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flastfiles.h;h=884817df30a6ace638060ab42abc56bcffbf27ac;hb=e059c633b01937f450ff9fa873cfc6b773aa74cc;hp=a7ea4410e69ec6874fe1526a11994909e079dde3;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/lastfiles.h b/src/lastfiles.h index a7ea4410e6..884817df30 100644 --- a/src/lastfiles.h +++ b/src/lastfiles.h @@ -37,7 +37,8 @@ public: Parameters are: name of file to read. Whether LastFiles should check for file existance, and the number of files to remember. */ - LastFiles(string const &, bool dostat = true, unsigned int num = 4); + explicit LastFiles(string const &, + bool dostat = true, unsigned int num = 4); //@} /**@name Methods */