diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-02 18:15:14 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-02 18:15:14 +0200 |
| commit | 27d646af15bc9147a141aced8cebd30668de9a8e (patch) | |
| tree | 81fab7651570910f9232e90b50ba43c061585858 /src/main.cpp | |
| parent | 6b8a144bd192de206e11a171841ec6161d11b6aa (diff) | |
Restart project
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index cfb0c7d..24a6af6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,7 @@ int main() { - Cell<StringElement> *cell1 = new Cell<StringElement>(""); + Cell<StringElement> *cell1 = new Cell<StringElement>(""); Cell<StringElement> *cell2 = new Cell<StringElement>("i"); |
