From 85c4c2a364a48673d92514b41e60cba9ae2342e9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 5 Sep 2004 01:02:13 +0000 Subject: [PATCH] simplify --- stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.h b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.h index 84693fe0d1..b1ba567c52 100644 --- a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.h +++ b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.h @@ -15,7 +15,7 @@ public: ~LoadingWindow_Cocoa() { DisposeOfCocoaWindow(); } void Paint() {} /* Not needed */ - void SetText(CString str) { SetCocoaWindowText(str.c_str()); } + void SetText( CString str ) { SetCocoaWindowText( str ); } }; #define HAVE_LOADING_WINDOW_COCOA