diff options
Diffstat (limited to 'src/lib/examine_content_job.h')
| -rw-r--r-- | src/lib/examine_content_job.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/examine_content_job.h b/src/lib/examine_content_job.h index 0f4da2457..424963726 100644 --- a/src/lib/examine_content_job.h +++ b/src/lib/examine_content_job.h @@ -32,6 +32,10 @@ public: std::string json_name () const; void run (); + boost::shared_ptr<Content> content () const { + return _content; + } + private: boost::shared_ptr<Content> _content; }; |
