]> git.lyx.org Git - features.git/blobdiff - src/LColor.C
introduce namespace lyx::support
[features.git] / src / LColor.C
index aa81477110d1fca4b415b4af3191330116ef227b..836f7744c6d70e390aa40dfc68b9006aa9398a1d 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <map>
 
+using namespace lyx::support;
+
 using std::endl;
 
 
@@ -198,7 +200,7 @@ void LColor::setColor(LColor::color col, string const & x11name)
                return;
        }
        lyxerr << "LyX internal error: color and such.\n";
-       lyx::Assert(false);
+       Assert(false);
 }