diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-14 21:21:36 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-17 00:10:59 +0200 |
| commit | bfd6bd32b5e20c479170452a66cb44eff59feacd (patch) | |
| tree | af011823d59ee1cb93696d310eefae56796b6d71 /src/lib/writer.h | |
| parent | 3d93dcca591557486a8429ff5b1fcf0f262fb096 (diff) | |
Remove some unnecessary use of shared_ptr.
Diffstat (limited to 'src/lib/writer.h')
| -rw-r--r-- | src/lib/writer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/writer.h b/src/lib/writer.h index 1ae761dea..b4cc3ecaa 100644 --- a/src/lib/writer.h +++ b/src/lib/writer.h @@ -19,6 +19,10 @@ */ +#ifndef DCPOMATIC_WRITER_H +#define DCPOMATIC_WRITER_H + + /** @file src/lib/writer.h * @brief Writer class. */ @@ -225,3 +229,7 @@ private: std::vector<HangingText> _hanging_texts; }; + + +#endif + |
