summaryrefslogtreecommitdiff
path: root/src/asset_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset_writer.h')
-rw-r--r--src/asset_writer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/asset_writer.h b/src/asset_writer.h
index 7eecc03f..c1fc1900 100644
--- a/src/asset_writer.h
+++ b/src/asset_writer.h
@@ -33,7 +33,7 @@
/** @file src/asset_writer.h
- * @brief AssetWriter class.
+ * @brief AssetWriter class
*/
@@ -65,6 +65,8 @@ public:
AssetWriter& operator= (AssetWriter const&) = delete;
virtual ~AssetWriter () {}
+
+ /** @return true if anything was written by this writer */
virtual bool finalize ();
int64_t frames_written () const {