summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-06-11 13:05:53 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-06-11 13:05:53 +0000
commit14a7a0151889e00ad60ebf6b613674e0c5f5b27e (patch)
treea20d5dfd4e0666ec67eb1005679148736f727ce6 /src/style-internal.h
parentfix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPE (diff)
downloadinkscape-14a7a0151889e00ad60ebf6b613674e0c5f5b27e.tar.gz
inkscape-14a7a0151889e00ad60ebf6b613674e0c5f5b27e.zip
Fix a typo that spawned a lot of "unused parameter" warnings when compiling
(bzr r14976)
Diffstat (limited to 'src/style-internal.h')
-rw-r--r--src/style-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.h b/src/style-internal.h
index 767552784..6cc8c6c4e 100644
--- a/src/style-internal.h
+++ b/src/style-internal.h
@@ -520,7 +520,7 @@ public:
{}
SPIEnumBits( Glib::ustring const &name, SPStyleEnum const *enums, unsigned value = 0, bool inherits = true ) :
- SPIEnum( name, enums, value, inherit )
+ SPIEnum( name, enums, value, inherits )
{}
virtual ~SPIEnumBits()