X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flastfiles.h;h=884817df30a6ace638060ab42abc56bcffbf27ac;hb=e059c633b01937f450ff9fa873cfc6b773aa74cc;hp=0fdbf71e86e150807a1cec5736458bff70b403e7;hpb=dfe1bc44b44903faf77ef454c98c4c3e56c1d5e3;p=lyx.git diff --git a/src/lastfiles.h b/src/lastfiles.h index 0fdbf71e86..884817df30 100644 --- a/src/lastfiles.h +++ b/src/lastfiles.h @@ -1,11 +1,11 @@ // -*- C++ -*- /* This file is part of - * ====================================================== + * ====================================================== * * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-1999 The LyX Team. + * Copyright 1995-2000 The LyX Team. * * ====================================================== */ @@ -17,8 +17,8 @@ #endif #include -#include "LString.h" +#include "LString.h" /** The latest documents loaded This class takes care of the last .lyx files used by the LyX user. It @@ -29,7 +29,7 @@ class LastFiles { public: /// - typedef deque Files; + typedef std::deque Files; /**@name Constructors and Deconstructors */ //@{ @@ -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 */