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;
};