diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-02 23:14:28 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-02 23:14:28 +0000 |
| commit | 08382df305f91a07349031e785500eb7be34872c (patch) | |
| tree | a47356965661c877b46ac2a26ebc017638291477 /src/object-set.h | |
| parent | Remove unrelated code (diff) | |
| download | inkscape-08382df305f91a07349031e785500eb7be34872c.tar.gz inkscape-08382df305f91a07349031e785500eb7be34872c.zip | |
Move finctions away object sets
Diffstat (limited to 'src/object-set.h')
| -rw-r--r-- | src/object-set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-set.h b/src/object-set.h index 2e57966e6..a8061593a 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, bool inverse = false); + void setMask(bool apply_clip_path, bool apply_to_layer = false, bool skip_undo = false); void editMask(bool clip); void unsetMask(const bool apply_clip_path, const bool skip_undo = false); void setClipGroup(); |
