1
0
Fork 0

arangoexport: fix variable naming

This commit is contained in:
baslr 2017-02-07 13:47:17 +01:00
parent 98b0920b65
commit 0c9c76e709
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class ExportFeature final : public application_features::ApplicationFeature,
bool _progress;
bool _firstLine;
uint64_t _ignoredDeepNested;
uint64_t _skippedDeepNested;
int* _result;
};