summaryrefslogtreecommitdiff
path: root/src/asset_writer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-24 04:15:26 +0100
commitceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch)
treec55e4b85ee30138ce83263045d77d01631378b2e /src/asset_writer.h
parent6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff)
Tidying.
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 {