]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.h
fix the matrix reading other small cleanup
[features.git] / src / mathed / math_matrixinset.h
index fd9e55262a08ce78041bf59b7a02e345805d9a94..caf23ea3c1ce6b2aba7f1512da5aadf55824a8ba 100644 (file)
@@ -19,10 +19,10 @@ class MathMatrixInset : public MathParInset {
 public: 
        ///
        explicit
-       MathMatrixInset(int m = 1, int n = 1, short st = LM_ST_TEXT);
+       MathMatrixInset(int m, int n, short st = LM_ST_TEXT);
        ///
        explicit
-       MathMatrixInset(MathMatrixInset *);
+       MathMatrixInset(MathMatrixInset const &);
        ///
        ~MathMatrixInset();
        ///