diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 17:12:57 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-04 17:12:57 +0200 |
| commit | f7610d669bcf3986827a905fc4bc03946be0b0c6 (patch) | |
| tree | 43a12abdca9b13a805955d847b86d31d6e02aa66 /src/Model/Grid.cpp | |
| parent | e72ce203657c6fdcbb3dab840672c6dba2df7894 (diff) | |
Clean some other things
Diffstat (limited to 'src/Model/Grid.cpp')
| -rw-r--r-- | src/Model/Grid.cpp | 2 |
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; } |
