diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 22f67df9b1..87b478bf2d 100644 --- a/common/system.h +++ b/common/system.h @@ -887,7 +887,7 @@ public: * This method could be called very often by engines. Backends are hence * supposed to only perform any redrawing if it is necessary, and otherwise * return immediately. See - * <http://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method> + * <https://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method> */ virtual void updateScreen() = 0; |