Extensions: GeoFeatureGroup only for GeoFeature

This commit is contained in:
Stefan Tröger
2016-12-10 14:44:13 +01:00
committed by wmayer
parent dfbd6aa237
commit 47ed29fffd
15 changed files with 40 additions and 23 deletions

View File

@@ -71,7 +71,7 @@ Extension::~Extension()
}
}
void Extension::initExtension(Base::Type type) {
void Extension::initExtensionType(Base::Type type) {
m_extensionType = type;
if(m_extensionType.isBad())