Skip to content

v0.2.55..v0.2.56 changeset JsonOsmSchemaLoader.h

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h
index f1badb0..13c213c 100644
--- a/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h
+++ b/hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef JSONOSMSCHEMALOADER_H
 #define JSONOSMSCHEMALOADER_H
@@ -46,7 +46,7 @@ public:
 
   JsonOsmSchemaLoader();
 
-  virtual ~JsonOsmSchemaLoader() {}
+  virtual ~JsonOsmSchemaLoader() = default;
 
   virtual bool isSupported(QString url) const override { return url.endsWith(".json"); }
 
Clone this wiki locally