]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/xformsImage.h
namespace grfx -> lyx::graphics
[features.git] / src / frontends / xforms / xformsImage.h
index 29a9dae3d8ee17b22cbc836e3df3bd44384171e0..d35e1e42f8452a6a59e9178cf1c0f5e57ea59f02 100644 (file)
@@ -24,7 +24,8 @@
 struct flimage_;
 typedef flimage_ FL_IMAGE;
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 class xformsImage : public Image
 {
@@ -104,6 +105,7 @@ private:
        PixmapStatus pixmap_status_;
 };
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // XFORMSIMAGE_H