From 9fbd4e0fedea42a206843981dffeb87095797581 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Wed, 29 Apr 2015 19:34:01 +0200 Subject: Enable cmake for model --- src/Model/Cell.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Model/Cell.hpp') diff --git a/src/Model/Cell.hpp b/src/Model/Cell.hpp index 7775bf5..dd946ab 100644 --- a/src/Model/Cell.hpp +++ b/src/Model/Cell.hpp @@ -21,7 +21,7 @@ class Cell ~Cell(); // Describes the cell in a terminal - std::string description(); + //std::string description(); }; -- cgit v1.2.3