]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.h
Combine OutlineIn and OutlineOut blocks
[lyx.git] / src / mathed / InsetMathSideset.h
index 41dc8eb1b4fd0ad92e71112cfac4f663f6b819f5..d5be86316cb5e3bd71f4a5a9e283f74230b54a18 100644 (file)
@@ -61,9 +61,9 @@ public:
        void htmlize(HtmlStream &) const;
 
        /// returns nucleus
-       MathData const & nuc() const { return cell(0); };
+       MathData const & nuc() const { return cell(0); }
        /// returns nucleus
-       MathData & nuc()             { return cell(0); };
+       MathData & nuc()             { return cell(0); }
        /// bottom left index or single left cell
        MathData const & bl() const  { return cell(1); }
        /// bottom left index or single left cell