diff options
Diffstat (limited to 'src/Model/Cell.hpp')
| -rw-r--r-- | src/Model/Cell.hpp | 2 |
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(); }; |
