]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.h
Revert "Fix #10863 compiler warnings."
[lyx.git] / src / mathed / InsetMathSideset.h
index 41dc8eb1b4fd0ad92e71112cfac4f663f6b819f5..b88548bdb5be4d52da9094a56630d027329b7f5a 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
@@ -104,12 +104,12 @@ private:
        int nasc(BufferView const &) const;
        /// returns descent of nucleus if any
        int ndes(BufferView const &) const;
-       /// returns subscript and superscript kerning of nucleus if any
+       /// Italic correction as described in InsetMathScript.h
        int nker(BufferView const * bv) const;
        /// Whether there are two left scripts or one single cell
-       bool scriptl_; 
+       bool scriptl_;
        /// Whether there are two right scripts or one single cell
-       bool scriptr_; 
+       bool scriptr_;
 };