summaryrefslogtreecommitdiffstats
path: root/src/fig/FIG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r--src/fig/FIG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h
index 2325252..416ae44 100644
--- a/src/fig/FIG.h
+++ b/src/fig/FIG.h
@@ -36,7 +36,7 @@ namespace FIC {
class FIGRuntimeInformation {
public:
- FIGRuntimeInformation(std::shared_ptr<dabEnsemble> e) :
+ FIGRuntimeInformation(std::shared_ptr<dabEnsemble>& e) :
currentFrame(0),
ensemble(e),
factumAnalyzer(false) {}