Skip to content

v0.2.50..v0.2.51 changeset Node.h

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/index/metric-hybrid/Node.h b/hoot-core/src/main/cpp/hoot/core/index/metric-hybrid/Node.h
index 892d856..e5a47db 100644
--- a/hoot-core/src/main/cpp/hoot/core/index/metric-hybrid/Node.h
+++ b/hoot-core/src/main/cpp/hoot/core/index/metric-hybrid/Node.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2019 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef HOOT_HYBRID_NODE_H
 #define HOOT_HYBRID_NODE_H
@@ -52,7 +52,6 @@ public:
 
   virtual QString toString(QString indent = QString()) const  = 0;
 
-private:
 };
 
 #define LEAF_NODE_SIZE 2
Clone this wiki locally