summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item-group.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-item-group.cpp')
-rw-r--r--src/object/sp-item-group.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item-group.cpp b/src/object/sp-item-group.cpp
index 8e78da04d..7852ea4fa 100644
--- a/src/object/sp-item-group.cpp
+++ b/src/object/sp-item-group.cpp
@@ -310,7 +310,7 @@ gchar *SPGroup::description() const {
ngettext(_("of <b>%d</b> object"), _("of <b>%d</b> objects"), len), len);
}
-void SPGroup::set(unsigned int key, gchar const* value) {
+void SPGroup::set(SPAttributeEnum key, gchar const* value) {
switch (key) {
case SP_ATTR_INKSCAPE_GROUPMODE:
if ( value && !strcmp(value, "layer") ) {