diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-11 12:58:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-08-17 12:57:31 +0200 |
| commit | e2cf84445765a4e13446e33973405a78d3924134 (patch) | |
| tree | 7305b9ffca0f4f99783e305857b94ed468d473f8 | |
| parent | c8128908da7db78a920452f43b531383bb14c115 (diff) | |
Missing header guard.v1.9.15
| -rw-r--r-- | src/text_type.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/text_type.h b/src/text_type.h index 60065478..9a0abb48 100644 --- a/src/text_type.h +++ b/src/text_type.h @@ -32,6 +32,10 @@ */ +#ifndef LIBDCP_TEXT_TYPE_H +#define LIBDCP_TEXT_TYPE_H + + namespace dcp { @@ -45,3 +49,7 @@ enum class TextType } + + +#endif + |
