diff options
| author | 2015-08-29 00:05:11 +0200 | |
|---|---|---|
| committer | 2015-08-29 00:05:11 +0200 | |
| commit | 04423fcd2848c283169f5a6719bd50cf70e14138 (patch) | |
| tree | 3157bf972a4b619d1819278ad4bfeff76ff7bd17 /node/scalaroperatornode.cpp | |
| parent | 3a8b315ab8a448a443cce277f3f26a1996403e06 (diff) | |
| parent | da1db7bc2436f94ab288d8da8d98a8209d3d2caa (diff) | |
| download | OneRoll-04423fcd2848c283169f5a6719bd50cf70e14138.tar.gz OneRoll-04423fcd2848c283169f5a6719bd50cf70e14138.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'node/scalaroperatornode.cpp')
| -rw-r--r-- | node/scalaroperatornode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp index c5f91f9..d532df0 100644 --- a/node/scalaroperatornode.cpp +++ b/node/scalaroperatornode.cpp @@ -26,7 +26,7 @@ ScalarOperatorNode::ScalarOperatorNode() - : m_internalNode(NULL),m_scalarResult(new ScalarResult()) + : m_internalNode(NULL),m_scalarResult(new ScalarResult()),m_operator(PLUS) { m_scalarOperationList.insert('+',PLUS); m_scalarOperationList.insert('-',MINUS); |