]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsParams.h
namespace grfx -> lyx::graphics
[features.git] / src / graphics / GraphicsParams.h
index b366f9a0c6f94e911ff7ac8a63dc7c4b3ccedbdc..5d1cb6aa7334bd0e48128844ee97e60b0a273305 100644 (file)
@@ -18,7 +18,8 @@
 #include "LString.h"
 
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 /** Parse a string of the form "200pt 500pt 300mm 5in" into a
  *  usable bounding box.
@@ -67,6 +68,7 @@ struct Params
 bool operator==(Params const &, Params const &);
 bool operator!=(Params const &, Params const &);
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSPARAMS_H