X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FAuthor.h;h=3bfefaaba0022d46f097337fcc7abf480530a580;hb=0a7705a6736a85c3c751f7b4e9998833cdb71fc9;hp=21f479da124ce6fe6c799b154c8b2992667522e5;hpb=966687d98b0a434b31d8ba2a508a6783c4245c8a;p=lyx.git diff --git a/src/Author.h b/src/Author.h index 21f479da12..3bfefaaba0 100644 --- a/src/Author.h +++ b/src/Author.h @@ -14,7 +14,7 @@ #include "support/docstring.h" -#include +#include namespace lyx { @@ -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_; };