diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2016-06-11 13:05:53 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2016-06-11 13:05:53 +0000 |
| commit | 14a7a0151889e00ad60ebf6b613674e0c5f5b27e (patch) | |
| tree | a20d5dfd4e0666ec67eb1005679148736f727ce6 /src | |
| parent | fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPE (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/style-internal.h | 2 |
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() |
