From f9cade5ef1722ed163b9b4dad08c4cdf5ff50c3f Mon Sep 17 00:00:00 2001 From: Geroge Dan Miron <44091914+gdmiron@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:12:54 +0200 Subject: [PATCH] Update ThermoFun/Batch/OutputBatch.cpp --- ThermoFun/Batch/OutputBatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThermoFun/Batch/OutputBatch.cpp b/ThermoFun/Batch/OutputBatch.cpp index 83e22e00..c7ff614d 100644 --- a/ThermoFun/Batch/OutputBatch.cpp +++ b/ThermoFun/Batch/OutputBatch.cpp @@ -22,7 +22,7 @@ struct Output::Impl }; -Output::Output(const ThermoBatch & batch) +Output::Output(const ThermoBatch& batch) : pimpl(new Impl(batch)) {}