X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffont_data.h;h=a3389af20d995acab0e0da7a7db274dfc062174a;hp=686fca7c973e21fde47534d07ec203bb8cae3b4b;hb=da44da6f31f97d39ca91c35955e573e76371f2c2;hpb=ddcd4f3ba0af3e9d49dbb68127317cd0d871a248 diff --git a/src/lib/font_data.h b/src/lib/font_data.h index 686fca7c9..a3389af20 100644 --- a/src/lib/font_data.h +++ b/src/lib/font_data.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -38,7 +38,7 @@ class Font; class FontData { public: - FontData (boost::shared_ptr font); + FontData (std::shared_ptr font); FontData (std::string id_, dcp::ArrayData data_) : id(id_)