Skip to content

v0.2.50..v0.2.51 changeset ChangesetProvider.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
index 0b0524c..94bf78a 100644
--- a/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
+++ b/hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
@@ -50,7 +50,8 @@ public:
   /**
    * @brief ~ElementInputStream
    *
-   * If the stream is open when the destructor is called, closeStream must be called in the destructor
+   * If the stream is open when the destructor is called, closeStream must be called in the
+   * destructor
    */
   virtual ~ChangesetProvider() {}
 
Clone this wiki locally