diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.h b/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.h
index ae1a81c..80b9a75 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.h
@@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef OSMPBFREADER_H
@@ -63,7 +63,7 @@ class OsmPbfReaderData;
/**
* A reader for http://wiki.openstreetmap.org/wiki/PBF_Format
*/
-class OsmPbfReader : public PartialOsmMapReader, public Configurable
+class OsmPbfReader : public PartialOsmMapReader
{
public: