Skip to content

v0.2.47..v0.2.48 changeset CreatorDescription.h

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.h b/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.h
index 58010d6..83c0b6a 100644
--- a/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.h
+++ b/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.h
@@ -96,7 +96,7 @@ public:
   static FeatureCalcType getFeatureCalcType(BaseFeatureType t);
 
   static std::shared_ptr<ElementCriterion> getElementCriterion(BaseFeatureType t,
-                                                                 ConstOsmMapPtr map);
+                                                               ConstOsmMapPtr map);
 
   QString toString() const;
 };
Clone this wiki locally