X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffont.h;h=8021ab5bc662e59bc918a48fdf3bea18631637cd;hp=6161c20a9061d4d66e97034037c78bdbbfcb3af3;hb=a5e87b6f0f496f4ed71d9129d40a5baebb68495f;hpb=5f2a57d1c21c3e8067dfd1f68505b1bf96e1d7c7 diff --git a/src/lib/font.h b/src/lib/font.h index 6161c20a9..8021ab5bc 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 @@ -32,10 +35,12 @@ public: void as_xml (xmlpp::Node* node); - /** Font ID */ + /** Font ID, used to describe it in the subtitle content */ std::string id; boost::optional file; }; bool operator!= (Font const & a, Font const & b); + +#endif