Applying patch from issue 1257: "Code cleanup: removal of unnessesary variables, fixed C-style pointer casting" on behalf of lebedev
This commit is contained in:
@@ -32,7 +32,7 @@ ProcessingJob* ProcessingJob::create (InitialImage* initialImage, const procpara
|
||||
|
||||
void ProcessingJob::destroy (ProcessingJob* job) {
|
||||
|
||||
delete (ProcessingJobImpl*) job;
|
||||
delete static_cast<ProcessingJobImpl*>(job);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user