summaryrefslogtreecommitdiff
path: root/src/Model/Cell.hpp
diff options
context:
space:
mode:
authorkrilius <ulrich.lejoyeux@gmail.com>2015-04-29 20:52:18 +0400
committerkrilius <ulrich.lejoyeux@gmail.com>2015-04-29 20:52:18 +0400
commite241abc9df586cce683d6ae89e1d02c13084a10f (patch)
tree2bafd2e87d26347bb487b04187c7b5ad0aab702d /src/Model/Cell.hpp
parent9fbd4e0fedea42a206843981dffeb87095797581 (diff)
bug sous osx
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 dd946ab..7775bf5 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();
};