diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-03 15:32:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-03 15:32:11 +0200 |
| commit | 32c0437686ddfe41bf92f7562bb692181f2850d1 (patch) | |
| tree | f65bff94fcf62f5eb34cd55916b21af0f2dd6472 | |
| parent | c04fec82d25127fafa73c3daff87bece9aa8c8e8 (diff) | |
Use a unique header guard.
| -rw-r--r-- | src/lib/compose.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp index 2c44f148b..479493f14 100644 --- a/src/lib/compose.hpp +++ b/src/lib/compose.hpp @@ -31,8 +31,8 @@ // more details. // -#ifndef STRING_COMPOSE_H -#define STRING_COMPOSE_H +#ifndef DCPOMATIC_STRING_COMPOSE_H +#define DCPOMATIC_STRING_COMPOSE_H #include <dcp/locale_convert.h> #include <boost/filesystem.hpp> |
