1
0
Fork 0

added missing arguments in constructor

This commit is contained in:
Jan Steemann 2015-01-09 14:15:44 +01:00
parent 0d2cea64fb
commit 99fd370ebd
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ namespace triagens {
profile = other.profile;
zone = other.zone;
clusterplan = other.clusterplan;
bindParameters = other.bindParameters;
collectionNames = other.collectionNames;
other.warnings = nullptr;
other.json = nullptr;