]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
Add a Buffer::fully_loaded member function, returning true only when
[lyx.git] / src / LColor.h
index b62673dd52f71e0972a18314035221c90aff7027..40c656db88c65fe42582df6c5fbf49f94a96facc 100644 (file)
@@ -20,6 +20,7 @@
 #define LCOLOR_H
 
 #include <boost/scoped_ptr.hpp>
+#include <string>
 
 /**
   This is a stateless class.
@@ -193,11 +194,11 @@ public:
        void operator=(LColor const &);
 
        ///
-       void LColor::fill(LColor::color c,
-                       std::string const & lyxname,
-                       std::string const & x11name = std::string(),
-                       std::string const & latexname = std::string(),
-                       std::string const & guiname = std::string());
+       void fill(LColor::color c,
+                 std::string const & lyxname,
+                 std::string const & x11name = std::string(),
+                 std::string const & latexname = std::string(),
+                 std::string const & guiname = std::string());
 
        /// set the given LyX color to the color defined by the X11 name given
        void setColor(LColor::color col, std::string const & x11name);