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/box3d-side.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/box3d-side.cpp') diff --git a/src/object/box3d-side.cpp b/src/object/box3d-side.cpp index f90b3e9ff..bfd698eb3 100644 --- a/src/object/box3d-side.cpp +++ b/src/object/box3d-side.cpp @@ -71,7 +71,7 @@ Inkscape::XML::Node* Box3DSide::write(Inkscape::XML::Document *xml_doc, Inkscape return repr; } -void Box3DSide::set(unsigned int key, const gchar* value) { +void Box3DSide::set(SPAttributeEnum key, const gchar* value) { // TODO: In case the box was recreated (by undo, e.g.) we need to recreate the path // (along with other info?) from the parent box. -- cgit v1.2.3