diff options
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; } |
