]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
namespace grfx -> lyx::graphics
[features.git] / src / buffer.C
index b51a4762d4dca385f285934cf225c262d53a1818..ba6af0ac000aa9b03b9098364d9319d1791b0ea1 100644 (file)
@@ -110,6 +110,8 @@ using std::for_each;
 using lyx::pos_type;
 using lyx::textclass_type;
 
+namespace grfx = lyx::graphics;
+
 // all these externs should eventually be removed.
 extern BufferList bufferlist;