Use a unique header guard.
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Sep 2020 13:32:11 +0000 (15:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Sep 2020 13:32:11 +0000 (15:32 +0200)
src/lib/compose.hpp

index 2c44f148bdf05e9bb5c48e7902c15d6e7a3bf7d9..479493f1461e5e7b0b9ab012eed013bfb96acc35 100644 (file)
@@ -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>