Skip to content

v0.2.50..v0.2.51 changeset ChangesetCreator.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h
index 5a28e89..d9e1b89 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h
@@ -74,7 +74,7 @@ public:
    * @param osmApiDbUrl URL to an OSM API database used to calculate element IDs; required only if
    * the output changeset is of type .osc.sql.
    */
-  ChangesetCreator(const bool printStats = false, const QString osmApiDbUrl = "");
+  ChangesetCreator(const bool printDetailedStats = false, const QString osmApiDbUrl = "");
 
   /**
    * Writes a changeset between one or two inputs to an output file. If only one input is
@@ -119,7 +119,7 @@ private:
   int _numTotalTasks;
   int _currentTaskNum;
 
-  bool _printStats;
+  bool _printDetailedStats;
 
   // If true, we are generating a changeset that will be made up of everything in the single input
   // provided.
Clone this wiki locally