diff options
Diffstat (limited to 'src/object/sp-hatch-path.cpp')
| -rw-r--r-- | src/object/sp-hatch-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-hatch-path.cpp b/src/object/sp-hatch-path.cpp index 60f186212..5cacaa9be 100644 --- a/src/object/sp-hatch-path.cpp +++ b/src/object/sp-hatch-path.cpp @@ -79,7 +79,7 @@ void SPHatchPath::release() SPObject::release(); } -void SPHatchPath::set(unsigned int key, const gchar* value) +void SPHatchPath::set(SPAttributeEnum key, const gchar* value) { switch (key) { case SP_ATTR_D: |
