diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:12:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:15:34 +0200 |
| commit | 8f651dd82eb2724b776a67cee5b04af78783b546 (patch) | |
| tree | 3e3de88e40576819579c3593adc342b391dd310f | |
| parent | 15ab79d455b27fc4af39e9a84d8ba0ccc6c2fb4a (diff) | |
Header guard.
| -rw-r--r-- | src/atmos_asset_writer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/atmos_asset_writer.h b/src/atmos_asset_writer.h index 57059606..c78174f1 100644 --- a/src/atmos_asset_writer.h +++ b/src/atmos_asset_writer.h @@ -31,6 +31,9 @@ files in the program, then also delete it here. */ +#ifndef LIBDCP_ATMOS_ASSET_WRITER_H +#define LIBDCP_ATMOS_ASSET_WRITER_H + /** @file src/atmos_asset_writer.h * @brief AtmosAssetWriter class. */ @@ -72,3 +75,5 @@ private: }; } + +#endif |
