aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/qdm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/codecs/qdm2.h')
-rw-r--r--video/codecs/qdm2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/codecs/qdm2.h b/video/codecs/qdm2.h
index 9eb566d04d..98e0fa54b6 100644
--- a/video/codecs/qdm2.h
+++ b/video/codecs/qdm2.h
@@ -26,8 +26,8 @@
// Only compile if Mohawk is enabled or if we're building dynamic modules
#if defined(ENABLE_MOHAWK) || defined(DYNAMIC_MODULES)
-#ifndef GRAPHICS_QDM2_H
-#define GRAPHICS_QDM2_H
+#ifndef VIDEO_CODECS_QDM2_H
+#define VIDEO_CODECS_QDM2_H
namespace Common {
class SeekableReadStream;
@@ -50,5 +50,5 @@ Audio::AudioStream *makeQDM2Stream(Common::SeekableReadStream *stream, Common::S
} // End of namespace Graphics
-#endif // GRAPHICS_QDM2_H
+#endif // VIDEO_CODECS_QDM2_H
#endif // Mohawk/Plugins guard