summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 12:57:59 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 12:57:59 +0000
commit228fbab81a5f093e9265d565c1110582c363def3 (patch)
treef9d898047ed366ae33ed7501da4e4d0e09d1d8b1 /src/lib
parent77f7f3be256f81d2977bccdb236582e18a625ba7 (diff)
parent385dacb34644a503c1e77a2d1365f7f65d1c0458 (diff)
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/font.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/font.h b/src/lib/font.h
index 6161c20a9..7009555c4 100644
--- a/src/lib/font.h
+++ b/src/lib/font.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,6 +17,9 @@
*/
+#ifndef DCPOMATIC_FONT_H
+#define DCPOMATIC_FONT_H
+
#include <libcxml/cxml.h>
#include <boost/optional.hpp>
#include <boost/filesystem.hpp>
@@ -39,3 +42,5 @@ public:
bool
operator!= (Font const & a, Font const & b);
+
+#endif