diff options
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index d0a0466af..f0a2d0bdb 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -76,7 +76,7 @@ public: */ virtual void examine (boost::shared_ptr<Job> job); - virtual void use_template (boost::shared_ptr<const Content> c); + virtual void take_settings_from (boost::shared_ptr<const Content> c); /** @return Quick one-line summary of the content, as will be presented in the * film editor. |
