]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclasslist.h
Change to use preffered calling of Boost.Function
[lyx.git] / src / lyxtextclasslist.h
index 8fa66f2ae11ed3dfb45691e875f76311a4b9fa83..15603182343662065d12608287289d9bd5bc793c 100644 (file)
@@ -16,8 +16,7 @@
 
 #include <boost/utility.hpp>
 
-#include "support/std_string.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;