diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-06 23:41:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-06 23:41:42 +0000 |
| commit | 53551fe5c592d812554bf7245006e9c675632701 (patch) | |
| tree | a6f7729788c35c70c09dd6dd09154bd749d51a1f /src/lib/font.h | |
| parent | 48073ddb0a9a6e9c9dd81b04b196230f4372447b (diff) | |
Header guard.
Diffstat (limited to 'src/lib/font.h')
| -rw-r--r-- | src/lib/font.h | 7 |
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 |
