mirror of https://gitee.com/bigwinds/arangodb
arangoexport: fix variable naming
This commit is contained in:
parent
98b0920b65
commit
0c9c76e709
|
@ -70,7 +70,7 @@ class ExportFeature final : public application_features::ApplicationFeature,
|
|||
bool _progress;
|
||||
|
||||
bool _firstLine;
|
||||
uint64_t _ignoredDeepNested;
|
||||
uint64_t _skippedDeepNested;
|
||||
|
||||
int* _result;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue