summaryrefslogtreecommitdiff
path: root/gui/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/worker.h')
-rw-r--r--gui/worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/worker.h b/gui/worker.h
index 2a362a4..ad7f162 100644
--- a/gui/worker.h
+++ b/gui/worker.h
@@ -56,7 +56,7 @@ class Worker : public QObject
QMutex &get_ct_mutex() { return ct_mutex; }
public slots:
- void runSteps(int steps);
+ void runSteps(long steps);
void configure(
std::vector<unsigned int> ways,
std::vector<signed int> program,