diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 22:56:33 +0100 |
| commit | e1e7de8d73bedd0c741e7df0390068c67867e09f (patch) | |
| tree | 02f007aad80f4d99707f2507a81b0685865026d0 /src/subtitle.h | |
| parent | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (diff) | |
Tidying.
Diffstat (limited to 'src/subtitle.h')
| -rw-r--r-- | src/subtitle.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/subtitle.h b/src/subtitle.h index 8beca192..e0132dbe 100644 --- a/src/subtitle.h +++ b/src/subtitle.h @@ -32,15 +32,15 @@ */ -#ifndef LIBDCP_SUBTITLE_H -#define LIBDCP_SUBTITLE_H - - /** @file src/subtitle.h * @brief Subtitle class */ +#ifndef LIBDCP_SUBTITLE_H +#define LIBDCP_SUBTITLE_H + + #include "dcp_time.h" |
