Fix a gcc error and warning for r30756.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30757 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-07-23 20:34:16 +00:00
parent 966687d98b
commit cbb0829728
2 changed files with 3 additions and 2 deletions

View File

@ -46,10 +46,10 @@ private:
docstring name_;
/// The author's email address
docstring email_;
/// The id of the author in the lyx-file
mutable unsigned int buffer_id_;
///
mutable bool used_;
/// The id of the author in the lyx-file
mutable unsigned int buffer_id_;
};

View File

@ -25,6 +25,7 @@
#include "support/copied_ptr.h"
#include <list>
#include <map>
#include <vector>
namespace lyx {