summaryrefslogtreecommitdiffstats
path: root/src/object/sp-lpe-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-lpe-item.h')
-rw-r--r--src/object/sp-lpe-item.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/sp-lpe-item.h b/src/object/sp-lpe-item.h
index 665dbcd7d..b53b440a1 100644
--- a/src/object/sp-lpe-item.h
+++ b/src/object/sp-lpe-item.h
@@ -95,9 +95,9 @@ public:
void addPathEffect(std::string value, bool reset);
void addPathEffect(LivePathEffectObject * new_lpeobj);
void resetClipPathAndMaskLPE(bool fromrecurse = false);
- void applyToMask(SPItem* to, Inkscape::LivePathEffect::Effect *lpe = NULL);
- void applyToClipPath(SPItem* to, Inkscape::LivePathEffect::Effect *lpe = NULL);
- void applyToClipPathOrMask(SPItem * clip_mask, SPItem* to, Inkscape::LivePathEffect::Effect *lpe = NULL);
+ void applyToMask(SPItem* to, Inkscape::LivePathEffect::Effect *lpe = nullptr);
+ void applyToClipPath(SPItem* to, Inkscape::LivePathEffect::Effect *lpe = nullptr);
+ void applyToClipPathOrMask(SPItem * clip_mask, SPItem* to, Inkscape::LivePathEffect::Effect *lpe = nullptr);
bool forkPathEffectsIfNecessary(unsigned int nr_of_allowed_users = 1);
void editNextParamOncanvas(SPDesktop *dt);