summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-14 01:09:11 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-14 12:55:36 +0200
commit0c6f11c42a4f5d858053da7e9589786c48d31e64 (patch)
tree182ff0756b9464e9f8c0e84355d876a29a6ca7d0 /src/lib/butler.h
parenta4a7cd938aa4f23f23240ed732844e5ad61683c0 (diff)
Cleanup: add header guards.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 87408646b..bac94a742 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -19,6 +19,10 @@
*/
+#ifndef DCPOMATIC_BUTLER_H
+#define DCPOMATIC_BUTLER_H
+
+
#include "audio_mapping.h"
#include "audio_ring_buffers.h"
#include "change_signaller.h"
@@ -152,3 +156,7 @@ private:
boost::signals2::scoped_connection _player_text_connection;
boost::signals2::scoped_connection _player_change_connection;
};
+
+
+#endif
+