This commit is contained in:
Glenn Maynard
2004-09-05 01:02:13 +00:00
parent fd8e2e9d16
commit 85c4c2a364
@@ -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