diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
index 1856da2..eb99b2b 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
@@ -193,7 +193,7 @@ public:
void setWriteIdSequenceUpdates(bool write)
{ _writeIdSequenceUpdates = write; }
- virtual QString supportedFormats() { return "osmapidb://"; }
+ virtual QString supportedFormats() { return MetadataTags::OsmApiDbScheme() + "://"; }
protected: