Fixed compile error

This commit is contained in:
Robert Osfield
2012-01-24 15:44:58 +00:00
parent 6d66e1abaa
commit 884f480202

View File

@@ -1246,7 +1246,7 @@ public:
}
WriteResult ret_val = WriteResult::ERROR_IN_WRITING_FILE;
WriteResult ret_val = WriteResult::ERROR_IN_WRITING_FILE;
// Call ImageIO to load the image.
CGImageDestinationRef cg_dest_ref = CreateCGImageDestinationFromFile(full_file_name.c_str(), the_options);
if (NULL == cg_dest_ref) return WriteResult::ERROR_IN_WRITING_FILE;