diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-10-04 21:57:28 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-10-04 21:57:28 +0000 |
| commit | 4f857ae84089672e9c7378d327e54889f64c62fb (patch) | |
| tree | b899e1d4f41027674eeb35fc70e0fed4484e34b6 /src/live_effects/effect.h | |
| parent | C++ (diff) | |
| download | inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.tar.gz inkscape-4f857ae84089672e9c7378d327e54889f64c62fb.zip | |
C++
(bzr r12660)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index f7a7155b0..b9d86628f 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -66,7 +66,7 @@ public: /* * isReady() indicates whether all preparations which are necessary to apply the LPE are done, * e.g., waiting for a parameter path either before the effect is created or when it needs a - * path as argument. This is set in sp_lpe_item_add_path_effect(). + * path as argument. This is set in SPLPEItem::addPathEffect(). */ inline bool isReady() const { return is_ready; } inline void setReady(bool ready = true) { is_ready = ready; } |
