]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.h
fix reading the author field.
[lyx.git] / src / lyxtextclasslist.h
index 5e3ec8e9a95d802cab33ce911a34acca385c70e1..15603182343662065d12608287289d9bd5bc793c 100644 (file)
@@ -16,8 +16,7 @@
 
 #include <boost/utility.hpp>
 
-#include "LString.h"
-
+#include <string>
 #include <vector>
 
 class LyXTextClass;
@@ -40,7 +39,7 @@ public:
 
        /// Gets textclass number from name, -1 if textclass name does not exist
        std::pair<bool, lyx::textclass_type> const
-       NumberOfClass(string const & textclass) const;
+       NumberOfClass(std::string const & textclass) const;
 
        ///
        LyXTextClass const & operator[](lyx::textclass_type textclass) const;