summaryrefslogtreecommitdiff
path: root/src/Model/Cell.hpp
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 19:34:01 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-04-29 19:34:01 +0200
commit9fbd4e0fedea42a206843981dffeb87095797581 (patch)
tree557c45099cb732ed298633d2a1a9e60bfe472998 /src/Model/Cell.hpp
parent674563203b5653238a2ae6ef4a0a267a7661607b (diff)
Enable cmake for model
Diffstat (limited to 'src/Model/Cell.hpp')
-rw-r--r--src/Model/Cell.hpp2
1 files changed, 1 insertions, 1 deletions
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();
};