]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / MathAtom.h
index 757a9d33b986a3856d5ac376df7505f7786fe530..2d5247931b80d5c23fd3266fb4e40435d93a9270 100644 (file)
@@ -40,6 +40,8 @@ Andre'
 
 */
 
+namespace lyx {
+
 class InsetBase;
 class InsetMath;
 
@@ -70,4 +72,7 @@ private:
        InsetMath * nucleus_;
 };
 
+
+} // namespace lyx
+
 #endif