From f7610d669bcf3986827a905fc4bc03946be0b0c6 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Mon, 4 May 2015 17:12:57 +0200 Subject: Clean some other things --- src/Model/Grid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Model/Grid.cpp') 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 Grid::getCol(int col){ return colVect; } - +//Retrieve the grid for the view std::vector > Grid::getGrid(){ return m_grid; } -- cgit v1.2.3