Code cleanups
on behalf of Lebedev, see issue 1332
This commit is contained in:
@@ -117,7 +117,7 @@ struct BQUpdateParam {
|
||||
|
||||
int updateImageUIThread (void* data) {
|
||||
|
||||
BQUpdateParam* params = (BQUpdateParam*)data;
|
||||
BQUpdateParam* params = static_cast<BQUpdateParam*>(data);
|
||||
|
||||
BatchQueueEntryIdleHelper* bqih = params->bqih;
|
||||
|
||||
|
Reference in New Issue
Block a user