]> git.lyx.org Git - lyx.git/commitdiff
Fix warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Sep 2019 07:52:33 +0000 (09:52 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 13 Sep 2019 07:52:33 +0000 (09:52 +0200)
src/LyXRC.cpp

index fb711743363a92fe1b1682845b64fc66c84673cc..e8e66e221d7e260827d627c4734fa231eac9247b 100644 (file)
@@ -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: