summaryrefslogtreecommitdiff
path: root/src/Model/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Game.cpp')
-rw-r--r--src/Model/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/Game.cpp b/src/Model/Game.cpp
index 069a481..c2252ff 100644
--- a/src/Model/Game.cpp
+++ b/src/Model/Game.cpp
@@ -45,7 +45,7 @@ void Game::pop()
cellChosen = true;
}
- m_grid->setCell(i, j, new Cell("2"));
+ m_grid->setCell(i, j, new Cell<StringElement>("2"));
}
bool Game::isOver()