From 5b52d04f20b7c18d28e285e13939b6cf71e28a89 Mon Sep 17 00:00:00 2001 From: Robert Braun Date: Wed, 16 Oct 2024 16:02:41 +0200 Subject: [PATCH] Fix compilation error without ZMQ --- HopsanGUI/Widgets/ModelWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HopsanGUI/Widgets/ModelWidget.h b/HopsanGUI/Widgets/ModelWidget.h index f75b0e1b5..887983a6d 100644 --- a/HopsanGUI/Widgets/ModelWidget.h +++ b/HopsanGUI/Widgets/ModelWidget.h @@ -190,9 +190,9 @@ private slots: SharedRemoteCoreSimulationHandlerT mpLocalRemoteCoreSimulationHandler; SharedRemoteCoreSimulationHandlerT mpExternalRemoteCoreSimulationHandler; SharedRemoteCoreSimulationHandlerT chooseRemoteCoreSimulationHandler() const; - double mSimulationProgress; #endif // Remote collected data + double mSimulationProgress; QVector mRemoteResultVariables; QMutex mSimulateMutex; };