]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ColorHandler.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / ColorHandler.h
index 594d33d47cc3227e7ce133ed8e11f25015c559a5..d4086ae9a6f1e80ffe87e54b7e8f9d915845a0cc 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef COLOR_HANDLER_H
 #define COLOR_HANDLER_H
 
-
 #include "frontends/Painter.h"
 
 #include <map>
@@ -25,6 +24,9 @@
 class LColor_color;
 class LyXFont;
 
+namespace lyx {
+namespace frontend {
+
 /**
  * This is a factory class that can produce GCs with a specific
  * color. It will cache GCs for performance.
@@ -65,4 +67,7 @@ private:
 ///
 extern boost::scoped_ptr<LyXColorHandler> lyxColorHandler;
 
+} // namespace frontend
+} // namespace lyx
+
 #endif