aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceParser.pro
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-08 21:34:02 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-08 21:34:02 +0200
commit5cfe48265ebad0ffa0a980dbc2d131fceeecdf3b (patch)
tree0d8d654046e18ad90a7a06e00e0e56c375a230fd /diceParser.pro
parent9192ba51a362715061cce1104b5543f7e93bf70f (diff)
downloadOneRoll-5cfe48265ebad0ffa0a980dbc2d131fceeecdf3b.tar.gz
OneRoll-5cfe48265ebad0ffa0a980dbc2d131fceeecdf3b.zip
-remove memory leaks
-delete created objects
Diffstat (limited to 'diceParser.pro')
-rw-r--r--diceParser.pro6
1 files changed, 4 insertions, 2 deletions
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