]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsImage.h
namespace grfx -> lyx::graphics
[features.git] / src / graphics / GraphicsImage.h
index 2eff2c89b132408f68d829e99c5304ec39224300..366894c2779d044e9dfa4dbc4524ad413cfb0525 100644 (file)
@@ -33,7 +33,8 @@
 #include <vector>
 #include <utility>
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 class Params;
 
@@ -107,6 +108,7 @@ protected:
        getScaledDimensions(Params const & params) const;
 };
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSIMAGE_H