aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_video.h
diff options
context:
space:
mode:
authorJohannes Schickel2016-01-07 12:30:19 +0100
committerJohannes Schickel2016-01-07 12:44:48 +0100
commit17a57443aea26bf51cc7992049f2503e6cecb672 (patch)
tree585f531e7d96285bd97048e5e3754dcefee1796c /backends/platform/ios7/ios7_video.h
parentbcaa725184e8d7df22f6dc0c4bfff953fb0504ef (diff)
downloadscummvm-rg350-17a57443aea26bf51cc7992049f2503e6cecb672.tar.gz
scummvm-rg350-17a57443aea26bf51cc7992049f2503e6cecb672.tar.bz2
scummvm-rg350-17a57443aea26bf51cc7992049f2503e6cecb672.zip
IOS7: Use standard include guard names.
Diffstat (limited to 'backends/platform/ios7/ios7_video.h')
-rw-r--r--backends/platform/ios7/ios7_video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ios7/ios7_video.h b/backends/platform/ios7/ios7_video.h
index ab261a977b..b530bad5a2 100644
--- a/backends/platform/ios7/ios7_video.h
+++ b/backends/platform/ios7/ios7_video.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef BACKENDS_PLATFORM_IPHONE_IPHONE_VIDEO_H
-#define BACKENDS_PLATFORM_IPHONE_IPHONE_VIDEO_H
+#ifndef BACKENDS_PLATFORM_IOS7_IOS7_VIDEO_H
+#define BACKENDS_PLATFORM_IOS7_IOS7_VIDEO_H
#include <UIKit/UIKit.h>
#include <Foundation/Foundation.h>