From 018bb01d2190cb57ded144fcb3944c3312abbbba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 27 Sep 2020 20:20:23 +0200 Subject: is optional in Interop so we can't assume it's there. --- src/cpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpl.h') diff --git a/src/cpl.h b/src/cpl.h index 72366ee3..c1f505df 100644 --- a/src/cpl.h +++ b/src/cpl.h @@ -140,7 +140,7 @@ public: return _content_kind; } - ContentVersion content_version () const; + boost::optional content_version () const; std::vector content_versions () const { return _content_versions; -- cgit v1.2.3