From 096a05206ae22d6652d6a896f120fa1f2032c700 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 31 Jul 2006 17:44:50 +0000 Subject: [PATCH] shut up compiler warning message git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14529 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_fracinset.C | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.2