This commit is contained in:
Glenn Maynard
2006-12-17 07:33:09 +00:00
parent fc6033d754
commit 50ca6633cb
3 changed files with 4 additions and 3 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
#endif
#include "RageUtil.h"
#include "RageLog.h"
#include "arch/arch.h"
#include "RageThreads.h"
#if !defined(SMPACKAGE)
@@ -27,7 +26,7 @@ void Dialog::Init()
if( g_pImpl != NULL )
return;
g_pImpl = MakeDialogDriver();
g_pImpl = DialogDriver::Create();
/* DialogDriver_Null should have worked, at least. */
ASSERT( g_pImpl != NULL );