From 7403d5023283526043341a1fc45aba017dc12d06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 5 Aug 2002 16:54:17 +0000 Subject: [PATCH] fix typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4867 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_gridinset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_gridinset.h b/src/mathed/math_gridinset.h index 73f2b50d2e..481544a582 100644 --- a/src/mathed/math_gridinset.h +++ b/src/mathed/math_gridinset.h @@ -162,7 +162,7 @@ public: /// virtual void addFancyRow(row_type r) { addRow(r); } /// - virtual void delFancyRow(row_type r) { addRow(r); } + virtual void delFancyRow(row_type r) { delRow(r); } /// virtual void addCol(col_type c); /// @@ -170,7 +170,7 @@ public: /// virtual void addFancyCol(col_type c) { addCol(c); } /// - virtual void delFancyCol(col_type c) { addCol(c); } + virtual void delFancyCol(col_type c) { delCol(c); } /// virtual void appendRow(); /// -- 2.39.2