]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Cmake export tests: Added sublabel handling also to revertedTests
[lyx.git] / src / mathed / InsetMathFrac.h
index 5030730647db540a4f0047f8d875be434c0934ff..c030c8a51a0203f15b2429b64988f345a744e2e7 100644 (file)
@@ -30,6 +30,10 @@ public:
        bool idxBackward(Cursor &) const { return false; }
        ///
        bool idxForward(Cursor &) const { return false; }
+       ///
+       InsetMathFracBase * asFracBaseInset() { return this; }
+       ///
+       InsetMathFracBase const * asFracBaseInset() const { return this; }
 };