]> git.lyx.org Git - features.git/commitdiff
shut up compiler warning message
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 31 Jul 2006 17:44:50 +0000 (17:44 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 31 Jul 2006 17:44:50 +0000 (17:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14529 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_fracinset.C

index 34e979af52fe944c74099c1099966b9d0d7cfc60..e709d190d721d7f9688c262e9807395139d94788 100644 (file)
@@ -146,6 +146,8 @@ string MathFracInset::name() const
        case ATOP:
                return "atop";
        }
+       // shut up stupid compiler
+       return string();
 }