Updated es_ES translation from Manuel AC.
[dcpomatic.git] / src / lib / font_data.h
index 895493ce27673a7c99f53b1a8527e1b95cb8a796..7bd6d46482a55fe9c137c022b257b843657233f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2020-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -45,6 +45,7 @@ public:
                , data(data_)
        {}
 
+       /** <LoadFont> ID */
        std::string id;
        boost::optional<dcp::ArrayData> data;
 };