Change return statement to be consistent with parent class's SaveFile
This commit is contained in:
parent
cb91584c11
commit
8f7f623dd1
@ -42,7 +42,8 @@ public:
|
|||||||
How long, in milliseconds, to wait between each frame.
|
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 SaveAnimation(const wxImageArray& images, wxOutputStream *stream,
|
||||||
bool verbose = true, int delayMilliSecs = 1000);
|
bool verbose = true, int delayMilliSecs = 1000);
|
||||||
|
Loading…
Reference in New Issue
Block a user