]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.C
* src/mathed/InsetMathNest.C
[lyx.git] / src / mathed / MathAtom.C
index 76a126ff8d278f90096c85e5b1477db9c56e206a..33ba85b09448d59135d66e35ecc153ba36ded994 100644 (file)
@@ -13,6 +13,9 @@
 #include "MathAtom.h"
 #include "InsetMath.h"
 
+
+namespace lyx {
+
 using std::swap;
 
 
@@ -48,3 +51,6 @@ MathAtom::~MathAtom()
 {
        delete nucleus_;
 }
+
+
+} // namespace lyx