diff options
| author | 2020-04-22 22:25:40 +0200 | |
|---|---|---|
| committer | 2020-04-22 22:25:40 +0200 | |
| commit | 2e8ce92904e164f13a8bf9397dfbe84c198a13aa (patch) | |
| tree | 91c2127274d216be71c55c2a1501a790d40a62e1 /parsingtoolbox.cpp | |
| parent | 5ca7d22e8a8c56e21e74f01f8012c94532cab30b (diff) | |
| download | OneRoll-2e8ce92904e164f13a8bf9397dfbe84c198a13aa.tar.gz OneRoll-2e8ce92904e164f13a8bf9397dfbe84c198a13aa.zip | |
Fix build
Diffstat (limited to 'parsingtoolbox.cpp')
| -rw-r--r-- | parsingtoolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsingtoolbox.cpp b/parsingtoolbox.cpp index 1854abe..e28c65d 100644 --- a/parsingtoolbox.cpp +++ b/parsingtoolbox.cpp @@ -1706,7 +1706,7 @@ bool ParsingToolBox::readCommand(QString& str, ExecutionNode*& node) else if(str == QLatin1String("la")) { str= str.remove(0, QLatin1String("la").size()); - node= new ListAliasNode(&m_aliasList); + node= new ListAliasNode(m_aliasList); } return true; } |