diff options
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ public: return _content_kind; } - ContentVersion content_version () const; + boost::optional<ContentVersion> content_version () const; std::vector<ContentVersion> content_versions () const { return _content_versions; |
