clarified some comments
This commit is contained in:
parent
e63ea49825
commit
3f353e380a
2
main.cpp
2
main.cpp
@ -201,7 +201,7 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
for(unsigned int j = 0; j < jobs; j++) delete worker_objects[j];
|
for(unsigned int j = 0; j < jobs; j++) delete worker_objects[j];
|
||||||
|
|
||||||
//image will be deleted (and written) upon funciton exit
|
//image object will be deleted (and written) upon funciton exit
|
||||||
cout << "Image exported to " << img_path << "." << endl;
|
cout << "Image exported to " << img_path << "." << endl;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user