cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h
changeset 2705 2b5625c4ec16
parent 2702 48fc46a922fd
child 2714 c85ffe57d971
--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Sun Jan 24 07:37:00 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.h	Sun Jan 24 13:37:03 2010 +0000
@@ -24,7 +24,7 @@
 #import "SDL_video.h"
 
 @interface SDLUIKitDelegate:NSObject<UIApplicationDelegate> {
-    UIWindow *window;
+	UIWindow *window;
 	SDL_WindowID windowID;
 	UITabBarController *controller;
 }