]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
hopefully fix tex2lyx linking.
[lyx.git] / src / LColor.h
index 422b55625ea120fddd895fa4896ebbf0801359c2..c6bf6cebf7c47a754bd67411c3643b61157cd712 100644 (file)
@@ -22,6 +22,9 @@
 #include <boost/scoped_ptr.hpp>
 #include <string>
 
+
+namespace lyx {
+
 /**
  * This is a stateless class.
  *
@@ -252,4 +255,7 @@ extern LColor lcolor;
 /// the system color definitions
 extern LColor system_lcolor;
 
+
+} // namespace lyx
+
 #endif