]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.h
Continue to improve GtkLengthEntry
[lyx.git] / src / lyxtextclasslist.h
index 8fa66f2ae11ed3dfb45691e875f76311a4b9fa83..978eb2afbe9640f5944fc361af20303eaa2d0244 100644 (file)
 #ifndef LYXTEXTCLASSLIST_H
 #define LYXTEXTCLASSLIST_H
 
+#include "lyxtextclass.h"
+
 #include "support/types.h"
 
 #include <boost/utility.hpp>
 
-#include "support/std_string.h"
-
+#include <string>
 #include <vector>
 
-class LyXTextClass;
 class LyXLayout;
 
 /// Reads the style files
@@ -40,7 +40,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;