summaryrefslogtreecommitdiff
path: root/src/Model/Cell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Cell.cpp')
-rw-r--r--src/Model/Cell.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Model/Cell.cpp b/src/Model/Cell.cpp
index a0729f7..22eaafe 100644
--- a/src/Model/Cell.cpp
+++ b/src/Model/Cell.cpp
@@ -19,9 +19,9 @@ Cell::~Cell()
}
// Description
-/*
-void Cell::description()
+
+std::string Cell::description()
{
return m_value;
}
-*/
+