commit 8e50b9569ac45445a9422e351d09eb077b81f198
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Fri Sep 13 09:52:33 2019 +0200

    Fix warning
---
 src/LyXRC.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp
index fb71174..e8e66e2 100644
--- a/src/LyXRC.cpp
+++ b/src/LyXRC.cpp
@@ -3045,7 +3045,7 @@ void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC 
const & lyxrc_new)
                || lyxrc_orig.defaultZoom != lyxrc_new.defaultZoom) {
                dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
        }
-
+               // fall through
        case LyXRC::RC_GEOMETRY_SESSION:
        case LyXRC::RC_SERVERPIPE:
        case LyXRC::RC_SET_COLOR:

Reply via email to