Extensions: GeoFeatureGroup only for GeoFeature

This commit is contained in:
Stefan Tröger
2017-01-04 16:01:58 +01:00
committed by wmayer
parent dfbd6aa237
commit 47ed29fffd
15 changed files with 40 additions and 23 deletions
+1 -1
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())