From 000796dc3d909f179fb6586fae7e9ce986440576 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 28 Jan 2017 16:14:08 +0100 Subject: Avoid uninitialised fields, modernise DabService::nbComponent --- src/fig/FIG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fig') 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 e) : + FIGRuntimeInformation(std::shared_ptr& e) : currentFrame(0), ensemble(e), factumAnalyzer(false) {} -- cgit v1.2.3