From 53551fe5c592d812554bf7245006e9c675632701 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Jan 2015 23:41:42 +0000 Subject: Header guard. --- src/lib/font.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') 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 + Copyright (C) 2014-2015 Carl Hetherington 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 #include #include @@ -39,3 +42,5 @@ public: bool operator!= (Font const & a, Font const & b); + +#endif -- cgit v1.2.3