From: Carl Hetherington Date: Thu, 3 Sep 2020 13:32:11 +0000 (+0200) Subject: Use a unique header guard. X-Git-Tag: v2.15.101~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=32c0437686ddfe41bf92f7562bb692181f2850d1 Use a unique header guard. --- 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 #include