mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
shut up compiler warning message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14529 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f3b66682f2
commit
096a05206a
@ -146,6 +146,8 @@ string MathFracInset::name() const
|
||||
case ATOP:
|
||||
return "atop";
|
||||
}
|
||||
// shut up stupid compiler
|
||||
return string();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user