]> git.lyx.org Git - lyx.git/blobdiff - src/Author.h
Update the GuiLabel view when the document is read-only. Also disable the text field.
[lyx.git] / src / Author.h
index 21f479da124ce6fe6c799b154c8b2992667522e5..3bfefaaba0022d46f097337fcc7abf480530a580 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "support/docstring.h"
 
-#include <map>
+#include <vector>
 
 
 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_;
 };