diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-08 23:56:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-10 23:43:55 +0100 |
| commit | f41818f14369f170475b7f2bde1a2dd856517b14 (patch) | |
| tree | 2fd7d07fb63e46e8ad2964917cff5704d1893f85 /src/lib/font.h | |
| parent | c4403784febdbdd42e9c32e67fadb147f11fe566 (diff) | |
Put Font and Screen into dcpomatic namespace.
Diffstat (limited to 'src/lib/font.h')
| -rw-r--r-- | src/lib/font.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/font.h b/src/lib/font.h index b2ae86daf..5876bf8a4 100644 --- a/src/lib/font.h +++ b/src/lib/font.h @@ -27,6 +27,8 @@ #include <boost/filesystem.hpp> #include <string> +namespace dcpomatic { + class Font { public: @@ -61,4 +63,6 @@ private: bool operator!= (Font const & a, Font const & b); bool operator== (Font const & a, Font const & b); +} + #endif |
