Skip to content

Commit

Permalink
fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada authored and lhunath committed Apr 5, 2012
1 parent 274d313 commit 0d44739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/CCLabelTTF.m
Expand Up @@ -30,7 +30,7 @@
#import "ccMacros.h"
#import "CCShaderCache.h"
#import "CCGLProgram.h"
#import "CCFileUtils.h"
#import "Support/CCFileUtils.h"

#ifdef __CC_PLATFORM_IOS
#import "Platforms/iOS/CCDirectorIOS.h"
Expand Down

0 comments on commit 0d44739

Please sign in to comment.