Add some missing locking.
[dcpomatic.git] / src / lib / text_content.h
index 7ddb20b080dabc63e503393c195c247cf9396830..7c060cd482afb76fa3bdd152bb8dd178c4d2350f 100644 (file)
@@ -206,6 +206,7 @@ private:
 
        void font_changed ();
        void connect_to_fonts ();
+       std::shared_ptr<dcpomatic::Font> get_font_unlocked(std::string id) const;
 
        std::list<boost::signals2::connection> _font_connections;