summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reel_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 654b5a97..daf2220a 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -82,6 +82,10 @@ public:
_entry_point = e;
}
+ void unset_entry_point () {
+ _entry_point = boost::none;
+ }
+
boost::optional<int64_t> entry_point () const {
return _entry_point;
}