summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject-reference.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-17 20:30:10 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-17 20:30:10 +0000
commit32144cc14e87e3c3eede2966a874f17da9c24eba (patch)
tree8044c7a6c739386393357d085dd7b9db793bc4dd /src/live_effects/lpeobject-reference.h
parentEnable center-dragging of boxes ('in perspective') within the XY-plane (diff)
downloadinkscape-32144cc14e87e3c3eede2966a874f17da9c24eba.tar.gz
inkscape-32144cc14e87e3c3eede2966a874f17da9c24eba.zip
Fix LPE:
* add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
Diffstat (limited to 'src/live_effects/lpeobject-reference.h')
-rw-r--r--src/live_effects/lpeobject-reference.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpeobject-reference.h b/src/live_effects/lpeobject-reference.h
index 7aaa5f691..ff7556d50 100644
--- a/src/live_effects/lpeobject-reference.h
+++ b/src/live_effects/lpeobject-reference.h
@@ -53,9 +53,9 @@ protected:
};
-}; //namespace LivePathEffect
+} //namespace LivePathEffect
-}; // namespace inkscape
+} // namespace inkscape
#endif /* !SEEN_LPEOBJECT_REFERENCE_H */