]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsCacheItem.h
namespace grfx -> lyx::graphics
[features.git] / src / graphics / GraphicsCacheItem.h
index 3e8755fcaad7b6391d3eb21dfe373283a2dd04cb..bcf72f67aff284ac74a93292190372adb20f8d89 100644 (file)
@@ -37,7 +37,8 @@
 
 class InsetGraphics;
 
-namespace grfx {
+namespace lyx {
+namespace graphics {
 
 class Image;
 class Converter;
@@ -95,6 +96,7 @@ private:
        boost::scoped_ptr<Impl> const pimpl_;
 };
 
-} // namespace grfx
+} // namespace graphics
+} // namespace lyx
 
 #endif // GRAPHICSCACHEITEM_H