]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Another warning.
[lyx.git] / src / mathed / InsetMathHull.h
index 9f325feb26077b1b65787debb929752eb4c4e586..7f161f22357ca1365efbab44d09ac2fc5495ad7b 100644 (file)
@@ -167,7 +167,8 @@ protected:
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & status) const;
        ///
-       docstring eolString(row_type row, bool fragile, bool last_eoln) const;
+       docstring eolString(row_type row, bool fragile, bool latex,
+                       bool last_eoln) const;
 
 private:
        virtual Inset * clone() const;
@@ -219,7 +220,7 @@ private:
        /// "none", "simple", "display", "eqnarray",...
        HullType type_;
        ///
-       std::vector<bool> nonum_;
+       std::vector<bool> numbered_;
        ///
        std::vector<InsetLabel *> label_;
        ///