summaryrefslogtreecommitdiff
path: root/src/imp_cpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imp_cpl.h')
-rw-r--r--src/imp_cpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/imp_cpl.h b/src/imp_cpl.h
index 7a1337db..d0eeec16 100644
--- a/src/imp_cpl.h
+++ b/src/imp_cpl.h
@@ -36,6 +36,10 @@ public:
/** @return string to use for AnnotationText in a PKL */
std::string pkl_annotation () const;
+ std::list<boost::shared_ptr<Segment> > segments () {
+ return _segments;
+ }
+
private:
std::string pkl_type (Standard standard) const;