summaryrefslogtreecommitdiff
path: root/src/cpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.h')
-rw-r--r--src/cpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpl.h b/src/cpl.h
index 70f306bf..80951088 100644
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -149,6 +149,10 @@ public:
_ratings = r;
}
+ std::string content_version_label_text () const {
+ return _content_version_label_text;
+ }
+
static std::string static_pkl_type (Standard standard);
protected: