mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
fix compiler warning
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23979 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c743f16b7a
commit
22fa3ab061
@ -1170,6 +1170,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.updateFlags(Update::SinglePar | Update::FitCursor);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
} // switch (cmd.button())
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user