]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.C
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / ColorHandler.C
index 56835fffe19bed8869ab96f487db68e13a220516..f1a9f29bd807d70dc32def1c05db509b5d709336 100644 (file)
@@ -20,6 +20,7 @@
 #include "debug.h"
 
 #include "ColorHandler.h"
+#include "LColor.h"
 #include "gettext.h"
 
 using std::endl;
@@ -225,4 +226,4 @@ void LyXColorHandler::updateColor (LColor::color c)
 }
 
 //
-LyXColorHandler * lyxColorHandler;
+boost::scoped_ptr<LyXColorHandler> lyxColorHandler;