Code cleanups
on behalf of Lebedev, see issue 1332
This commit is contained in:
@@ -161,7 +161,7 @@ struct tiupdate {
|
||||
|
||||
int updateImageUI (void* data) {
|
||||
|
||||
tiupdate* params = (tiupdate*)data;
|
||||
tiupdate* params = static_cast<tiupdate*>(data);
|
||||
FileBrowserEntryIdleHelper* feih = params->feih;
|
||||
|
||||
if (feih->destroyed) {
|
||||
|
Reference in New Issue
Block a user