]> git.lyx.org Git - lyx.git/blobdiff - src/mover.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / mover.h
index a2af0f723a2c9903fe316f40713a3f5330cd3128..951636bfdc343e35c9c91b051bfcaefe6fcfbbcc 100644 (file)
@@ -15,6 +15,9 @@
 #include <map>
 #include <string>
 
+
+namespace lyx {
+
 /**
  *  Utility to copy a file of a specified format from one place to another.
  *  This base class simply invokes the command support::copy().
@@ -174,4 +177,7 @@ private:
 extern Movers movers;
 extern Movers system_movers;
 
+
+} // namespace lyx
+
 #endif // MOVER_H