summaryrefslogtreecommitdiff
path: root/src/Model/Grid.cpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-04 17:12:57 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-04 17:12:57 +0200
commitf7610d669bcf3986827a905fc4bc03946be0b0c6 (patch)
tree43a12abdca9b13a805955d847b86d31d6e02aa66 /src/Model/Grid.cpp
parente72ce203657c6fdcbb3dab840672c6dba2df7894 (diff)
Clean some other things
Diffstat (limited to 'src/Model/Grid.cpp')
-rw-r--r--src/Model/Grid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/Grid.cpp b/src/Model/Grid.cpp
index 64d8048..e510bed 100644
--- a/src/Model/Grid.cpp
+++ b/src/Model/Grid.cpp
@@ -347,7 +347,7 @@ std::vector<int> Grid::getCol(int col){
return colVect;
}
-
+//Retrieve the grid for the view
std::vector<std::vector<int> > Grid::getGrid(){
return m_grid;
}