summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-06-12 18:20:56 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-06-12 18:20:56 +0000
commit59de64ad8af1ef0527100ffe09b4e85617c3226c (patch)
tree89ed20b19fcefb4e71578a37a235a15aa9450933 /src/live_effects
parentadding last changes (diff)
parentSmall fixes to README (diff)
downloadinkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.tar.gz
inkscape-59de64ad8af1ef0527100ffe09b4e85617c3226c.zip
Updating to master
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-bool.h2
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: