X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffont.h;h=5876bf8a46052cbbbd75ad2adb941a581b2c7029;hb=09c0b4dc1566f11f35ec05be415be1b95bd9976c;hp=b2ae86daff328d208a1e5c59d4f6b2ae83fe4b2f;hpb=f77ec143719c86ddbf098bff6d19fe2a159b8c3e;p=dcpomatic.git 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 #include +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