зеркало из https://github.com/mozilla/pjs.git
fix bad pointer operator for gcc 4 - why did gcc 3.3 even accept that
This commit is contained in:
Родитель
050e4a4e35
Коммит
84bdddf2fa
|
@ -100,7 +100,7 @@ ShowProgressUI()
|
||||||
if (sQuit || sProgressVal > 50.0f)
|
if (sQuit || sProgressVal > 50.0f)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
NSApplicationMain(1, *sProgramPath);
|
NSApplicationMain(1, &sProgramPath);
|
||||||
|
|
||||||
[[NSTimer scheduledTimerWithTimeInterval:TIMER_INTERVAL target:[[[NSApplication sharedApplication] mainWindow] delegate]
|
[[NSTimer scheduledTimerWithTimeInterval:TIMER_INTERVAL target:[[[NSApplication sharedApplication] mainWindow] delegate]
|
||||||
selector:@selector(updateProgressUI:)
|
selector:@selector(updateProgressUI:)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче