diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
index 7f4ce9e..7752025 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
@@ -49,7 +49,7 @@ public:
virtual void setConfiguration(const Settings &conf) override;
- virtual QString supportedFormats() override { return "osmapidb://"; }
+ virtual QString supportedFormats() override { return MetadataTags::OsmApiDbScheme() + "://"; }
protected: