diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-12 18:20:56 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-06-12 18:20:56 +0000 |
| commit | 59de64ad8af1ef0527100ffe09b4e85617c3226c (patch) | |
| tree | 89ed20b19fcefb4e71578a37a235a15aa9450933 /src/live_effects | |
| parent | adding last changes (diff) | |
| parent | Small fixes to README (diff) | |
| download | inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.tar.gz inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.zip | |
Updating to master
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-bool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bool.h b/src/live_effects/lpe-bool.h index 1c0aa0243..ce46f14d1 100644 --- a/src/live_effects/lpe-bool.h +++ b/src/live_effects/lpe-bool.h @@ -42,7 +42,7 @@ public: inline friend bool_op to_bool_op(bool_op_ex val) { assert(val <= bool_op_ex_slice); - (bool_op) val; + return (bool_op) val; } private: |
