From 03c35f6065f45346634cdcd8a9d13e4f167549c0 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sat, 6 Oct 2018 13:28:39 +0000 Subject: SPAttributeEnum typed function arguments --- src/object/sp-clippath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-clippath.cpp') diff --git a/src/object/sp-clippath.cpp b/src/object/sp-clippath.cpp index 724c715ed..91bd10b35 100644 --- a/src/object/sp-clippath.cpp +++ b/src/object/sp-clippath.cpp @@ -65,7 +65,7 @@ void SPClipPath::release() { SPObjectGroup::release(); } -void SPClipPath::set(unsigned int key, const gchar* value) { +void SPClipPath::set(SPAttributeEnum key, const gchar* value) { switch (key) { case SP_ATTR_CLIPPATHUNITS: this->clipPathUnits = SP_CONTENT_UNITS_USERSPACEONUSE; -- cgit v1.2.3