Make SetText pure virtual instead of Paint().

This commit is contained in:
Steve Checkoway
2007-05-08 12:06:50 +00:00
parent 961e2008fa
commit 2853fd09fc
4 changed files with 6 additions and 11 deletions
@@ -30,7 +30,6 @@ public:
}
~LoadingWindow_Cocoa() { DisposeOfCocoaWindow(); }
void Paint() { } /* Not needed but pure virtual*/
void SetText( RString str ) { SetCocoaWindowText( str ); }
};
#define USE_LOADING_WINDOW_COCOA