Change return statement to be consistent with parent class's SaveFile

This commit is contained in:
Samuel Dunn 2017-06-25 15:05:31 -07:00
parent cb91584c11
commit 8f7f623dd1

View File

@ -42,7 +42,8 @@ public:
How long, in milliseconds, to wait between each frame.
@return @true if the operation was successful, @false otherwise
@return @true if the operation succeeded, @false otherwise.
*/
bool SaveAnimation(const wxImageArray& images, wxOutputStream *stream,
bool verbose = true, int delayMilliSecs = 1000);