]> git.lyx.org Git - lyx.git/blobdiff - src/lastfiles.h
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.git] / src / lastfiles.h
index a7ea4410e69ec6874fe1526a11994909e079dde3..884817df30a6ace638060ab42abc56bcffbf27ac 100644 (file)
@@ -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 */