diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/atmos_asset_writer.h | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/atmos_asset_writer.h')
| -rw-r--r-- | src/atmos_asset_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset_writer.h b/src/atmos_asset_writer.h index f70c42f5..eebb0d6c 100644 --- a/src/atmos_asset_writer.h +++ b/src/atmos_asset_writer.h @@ -64,7 +64,7 @@ class AtmosAssetWriter : public AssetWriter public: void write (std::shared_ptr<const AtmosFrame> frame); void write (uint8_t const * data, int size); - bool finalize (); + bool finalize () override; private: friend class AtmosAsset; |
