aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/opengl/opengl-graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r--backends/graphics/opengl/opengl-graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h
index d3f8d792ba..f5f4cab305 100644
--- a/backends/graphics/opengl/opengl-graphics.h
+++ b/backends/graphics/opengl/opengl-graphics.h
@@ -296,8 +296,9 @@ protected:
* uses Common::DumpFile for writing the screenshot.
*
* @param filename The output filename.
+ * @return true on success, false otherwise
*/
- void saveScreenshot(const Common::String &filename) const;
+ bool saveScreenshot(const Common::String &filename) const;
private:
//