diff options
| author | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
|---|---|---|
| committer | krilius <ulrich.lejoyeux@gmail.com> | 2015-04-29 20:52:18 +0400 |
| commit | e241abc9df586cce683d6ae89e1d02c13084a10f (patch) | |
| tree | 2bafd2e87d26347bb487b04187c7b5ad0aab702d /src/Model/Cell.cpp | |
| parent | 9fbd4e0fedea42a206843981dffeb87095797581 (diff) | |
bug sous osx
Diffstat (limited to 'src/Model/Cell.cpp')
| -rw-r--r-- | src/Model/Cell.cpp | 6 |
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; } -*/ + |
