summaryrefslogtreecommitdiff
path: root/quacker/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/view.h')
-rw-r--r--quacker/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/view.h b/quacker/view.h
index 2cde406..dd8f40e 100644
--- a/quacker/view.h
+++ b/quacker/view.h
@@ -59,7 +59,7 @@ signals:
// emit to alert the rest of the application to show this
// as candidate move - may eventually trigger positionChanged
// in response
- void setCandidateMove(const Quackle::Move &move);
+ void setCandidateMove(const Quackle::Move &move, bool *carryOnPtr = nullptr);
void removeCandidateMoves(const Quackle::MoveList &moves);
void commit();