]> git.lyx.org Git - features.git/commitdiff
silence warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2008 14:11:20 +0000 (14:11 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 May 2008 14:11:20 +0000 (14:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24639 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index 0f5fbb3989a1c2d00ee8e5f92afd8925e83faaf4..dcb9e9a7a70b5419c630ba4f4b6fd70a07137db0 100644 (file)
@@ -166,7 +166,7 @@ InsetMathHull::InsetMathHull(HullType type)
 }
 
 
-InsetMathHull::InsetMathHull(InsetMathHull const & other)
+InsetMathHull::InsetMathHull(InsetMathHull const & other) : InsetMathGrid()
 {
        operator=(other);
 }