Skip to content

v0.2.49..v0.2.50 changeset HootApiDbBulkInserter.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h b/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
index 6fd7ce9..155fb16 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
@@ -78,7 +78,7 @@ public:
   void setOverwriteMap(bool overwriteMap) { _overwriteMap = overwriteMap; }
   void setCopyBulkInsertActivated(bool activated) { _copyBulkInsertActivated = activated; }
 
-  virtual QString supportedFormats() override { return "hootapidb://"; }
+  virtual QString supportedFormats() override { return MetadataTags::HootApiDbScheme() + "://"; }
 
 protected:
 
Clone this wiki locally