diff options
Diffstat (limited to 'quacker/macondobackend.cpp')
-rw-r--r-- | quacker/macondobackend.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quacker/macondobackend.cpp b/quacker/macondobackend.cpp index 2712512..b74fcea 100644 --- a/quacker/macondobackend.cpp +++ b/quacker/macondobackend.cpp @@ -1,5 +1,5 @@ -#include "datamanager.h" #include "macondobackend.h" +#include "datamanager.h" #include "quackleio/gcgio.h" #include "game.h" @@ -218,7 +218,7 @@ void MacondoBackend::timer() { if (!moves.empty()) { // at this point the GCG is definitely fully loaded removeTempGCG(); - emit gotSimMoves(&moves); + emit gotSimMoves(moves); } } break; |