From 8f7f623dd1c2d299b6cf01520f0a5c1247d8e3c1 Mon Sep 17 00:00:00 2001 From: Samuel Dunn Date: Sun, 25 Jun 2017 15:05:31 -0700 Subject: [PATCH] Change return statement to be consistent with parent class's SaveFile --- interface/wx/imaggif.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/imaggif.h b/interface/wx/imaggif.h index 19989f1420..0fa8b0257a 100644 --- a/interface/wx/imaggif.h +++ b/interface/wx/imaggif.h @@ -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);