[Scummvm-git-logs] scummvm master -> 1212b7e555d06fabd3cb3b9d927378e59828f0d3
bluegr
noreply at scummvm.org
Sun Nov 14 11:36:15 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1212b7e555 GUI: fix inclusion guard for `AlphaAnimation.h`
Commit: 1212b7e555d06fabd3cb3b9d927378e59828f0d3
https://github.com/scummvm/scummvm/commit/1212b7e555d06fabd3cb3b9d927378e59828f0d3
Author: Benoit Pierre (benoit.pierre at gmail.com)
Date: 2021-11-14T13:36:12+02:00
Commit Message:
GUI: fix inclusion guard for `AlphaAnimation.h`
Changed paths:
gui/animation/AlphaAnimation.h
diff --git a/gui/animation/AlphaAnimation.h b/gui/animation/AlphaAnimation.h
index 82cf3d4ba9..3a3a8c0ecb 100644
--- a/gui/animation/AlphaAnimation.h
+++ b/gui/animation/AlphaAnimation.h
@@ -22,8 +22,8 @@
// Based on code by omergilad.
-#ifndef GUI_ANIMATION_ANIMATION_H
-#define GUI_ANIMATION_ANIMATION_H
+#ifndef GUI_ANIMATION_ALPHA_ANIMATION_H
+#define GUI_ANIMATION_ALPHA_ANIMATION_H
#include "gui/animation/Animation.h"
@@ -50,4 +50,4 @@ protected:
} // End of namespace GUI
-#endif /* GUI_ANIMATION_ANIMATION_H */
+#endif /* GUI_ANIMATION_ALPHA_ANIMATION_H */
More information about the Scummvm-git-logs
mailing list