Skip to content

v0.2.49..v0.2.50 changeset HootApiDbWriter.h

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