summaryrefslogtreecommitdiff
path: root/src/reel_markers_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_markers_asset.h')
-rw-r--r--src/reel_markers_asset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/reel_markers_asset.h b/src/reel_markers_asset.h
index ac91a94b..24dff222 100644
--- a/src/reel_markers_asset.h
+++ b/src/reel_markers_asset.h
@@ -49,6 +49,9 @@ public:
void set (Marker, Time);
void unset (Marker);
boost::optional<Time> get (Marker m) const;
+ std::map<Marker, Time> get () const {
+ return _markers;
+ }
protected:
std::string cpl_node_name (Standard) const;