From: Georg Baum Date: Mon, 31 Jul 2006 17:44:50 +0000 (+0000) Subject: shut up compiler warning message X-Git-Tag: 1.6.10~12897 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=096a05206ae22d6652d6a896f120fa1f2032c700;p=features.git shut up compiler warning message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14529 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_fracinset.C b/src/mathed/math_fracinset.C index 34e979af52..e709d190d7 100644 --- a/src/mathed/math_fracinset.C +++ b/src/mathed/math_fracinset.C @@ -146,6 +146,8 @@ string MathFracInset::name() const case ATOP: return "atop"; } + // shut up stupid compiler + return string(); }