diff options
Diffstat (limited to 'src/object/box3d-side.cpp')
| -rw-r--r-- | src/object/box3d-side.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
