diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-09 22:45:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-10 23:12:24 +0200 |
| commit | 1266a5149e056a17b4a9276ccf6ea4a79cc93610 (patch) | |
| tree | b5655ff0c0d17dcae961490559e4454d19bf427d /src/lib/text_content.h | |
| parent | 14e02ad2f79bdc6fbc320ec7b9282b5faabdb825 (diff) | |
Add some missing locking.
Diffstat (limited to 'src/lib/text_content.h')
| -rw-r--r-- | src/lib/text_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_content.h b/src/lib/text_content.h index 7ddb20b08..7c060cd48 100644 --- a/src/lib/text_content.h +++ b/src/lib/text_content.h @@ -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; |
