aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_keyboard.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_keyboard.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_keyboard.h')
-rw-r--r--backends/platform/ios7/ios7_keyboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ios7/ios7_keyboard.h b/backends/platform/ios7/ios7_keyboard.h
index ddd8f436e5..1f917cc8c5 100644
--- a/backends/platform/ios7/ios7_keyboard.h
+++ b/backends/platform/ios7/ios7_keyboard.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef BACKENDS_PLATFORM_IPHONE_IPHONE_KEYBOARD_H
-#define BACKENDS_PLATFORM_IPHONE_IPHONE_KEYBOARD_H
+#ifndef BACKENDS_PLATFORM_IOS7_IOS7_KEYBOARD_H
+#define BACKENDS_PLATFORM_IOS7_IOS7_KEYBOARD_H
#include <UIKit/UIKit.h>
#include <UIKit/UITextView.h>