]> git.lyx.org Git - lyx.git/blobdiff - src/Author.h
Reintroduce some class definitions.
[lyx.git] / src / Author.h
index 7d9f3ddf8e04f911b09283d08771094c13e5c0da..d62fcb007019d22c3199597abac6d8419686e93e 100644 (file)
@@ -67,10 +67,10 @@ public:
        ///
        Author const & get(int id) const;
        ///
-       typedef std::vector<Author> Authors;
-       ///
        void sort();
        ///
+       typedef std::vector<Author> Authors;
+       ///
        Authors::const_iterator begin() const;
        ///
        Authors::const_iterator end() const;