]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFracBase.C
hopefully fix tex2lyx linking.
[lyx.git] / src / mathed / InsetMathFracBase.C
index 7b25e941c68385635e68344391d59437f08d91dd..91551aa12f111daad92331911283c776b3c0fc00 100644 (file)
@@ -15,6 +15,9 @@
 #include "cursor.h"
 
 
+namespace lyx {
+
+
 InsetMathFracBase::InsetMathFracBase()
        : InsetMathNest(2)
 {}
@@ -41,3 +44,6 @@ bool InsetMathFracBase::idxUpDown(LCursor & cur, bool up) const
        cur.pos() = cell(target).x2pos(cur.x_target());
        return true;
 }
+
+
+} // namespace lyx