summaryrefslogtreecommitdiff
path: root/quacker/macondobackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/macondobackend.h')
-rw-r--r--quacker/macondobackend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/macondobackend.h b/quacker/macondobackend.h
index 9d327d2..6e5b8af 100644
--- a/quacker/macondobackend.h
+++ b/quacker/macondobackend.h
@@ -32,7 +32,7 @@ public:
// stop current Macondo analysis
void stop();
signals:
- void gotSimMoves(const Quackle::MoveList *moves);
+ void gotSimMoves(const Quackle::MoveList &moves);
private slots:
void processStarted();
void processFinished(int, QProcess::ExitStatus);