Skip to content

Commit ec3e8ee

Browse files
committed
Linux fix
1 parent b715ac1 commit ec3e8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/ModuleWidget.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ bool ModuleWidget::executeWithSignals()
10971097
Q_EMIT signalExecuteButtonIconChangeToStop();
10981098
errored_ = false;
10991099
//colorLocked_ = true; //TODO
1100-
timer_ = std::make_unique<SimpleScopedTimer>();
1100+
timer_.reset(new SimpleScopedTimer);
11011101
theModule_->executeWithSignals();
11021102
if (!disabled_)
11031103
Q_EMIT updateProgressBarSignal(1);

0 commit comments

Comments
 (0)