summaryrefslogtreecommitdiffstats
path: root/src/object-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object-set.h')
-rw-r--r--src/object-set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-set.h b/src/object-set.h
index a8061593a..2e57966e6 100644
--- a/src/object-set.h
+++ b/src/object-set.h
@@ -422,7 +422,7 @@ public:
void tile(bool apply = true); //"Object to Pattern"
void untile();
void createBitmapCopy();
- void setMask(bool apply_clip_path, bool apply_to_layer = false, bool skip_undo = false);
+ void setMask(bool apply_clip_path, bool apply_to_layer = false, bool skip_undo = false, bool inverse = false);
void editMask(bool clip);
void unsetMask(const bool apply_clip_path, const bool skip_undo = false);
void setClipGroup();