From 5cfe48265ebad0ffa0a980dbc2d131fceeecdf3b Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 8 Apr 2015 21:34:02 +0200 Subject: -remove memory leaks -delete created objects --- diceParser.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'diceParser.pro') diff --git a/diceParser.pro b/diceParser.pro index 2d72fcb..c339933 100644 --- a/diceParser.pro +++ b/diceParser.pro @@ -43,7 +43,8 @@ SOURCES += main.cpp \ result/result.cpp \ result/scalarresult.cpp \ parsingtoolbox.cpp \ - result/stringresult.cpp + result/stringresult.cpp \ + dicealias.cpp HEADERS += \ @@ -56,7 +57,8 @@ HEADERS += \ result/result.h \ result/scalarresult.h \ result/parsingtoolbox.h \ - result/stringresult.h + result/stringresult.h \ + dicealias.h OTHER_FILES += README.md \ HelpMe.md -- cgit v1.2.3-70-g09d2