]> git.lyx.org Git - lyx.git/blobdiff - src/Variables.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / Variables.h
index 5a06b64347ba5d5558a1f3ef8d8574b30032bbcc..7758696bbb2b25ffbe8216fb932af0bc2182f523 100644 (file)
@@ -16,6 +16,9 @@
 #include <map>
 
 
+namespace lyx {
+
+
 ///
 class Variables {
 public:
@@ -34,4 +37,7 @@ private:
        Vars vars_;
 };
 
+
+} // namespace lyx
+
 #endif