diff options
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index fe38a0c9..399878d4 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -51,7 +51,7 @@ public: std::string xml_as_string () const; void write (boost::filesystem::path path) const; - void resolve_fonts (std::list<boost::shared_ptr<Object> > objects); + void resolve_fonts (std::list<boost::shared_ptr<Asset> > assets); void add_font_assets (std::list<boost::shared_ptr<Asset> >& assets); /** Set the reel number or sub-element identifier |
