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