mirror of https://gitee.com/bigwinds/arangodb
added missing arguments in constructor
This commit is contained in:
parent
0d2cea64fb
commit
99fd370ebd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue