diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-07-02 11:14:35 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-07-02 11:14:35 +0000 |
| commit | 371f45365a6b6ea42d17c8ea33cc0072f318967e (patch) | |
| tree | af2bdac0d1597e5ab4c6cd9ebb0da007954b474c /src/knotholder.h | |
| parent | pen tool: add back removal of curvature handle when backspace-deleting a node... (diff) | |
| download | inkscape-371f45365a6b6ea42d17c8ea33cc0072f318967e.tar.gz inkscape-371f45365a6b6ea42d17c8ea33cc0072f318967e.zip | |
Add LPE fillet-chamfer
(bzr r13341.1.74)
Diffstat (limited to 'src/knotholder.h')
| -rw-r--r-- | src/knotholder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/knotholder.h b/src/knotholder.h index 3632635f5..dc2300105 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -28,6 +28,7 @@ class Node; } namespace LivePathEffect { class PowerStrokePointArrayParamKnotHolderEntity; +class FilletPointArrayParamKnotHolderEntity; } } @@ -60,6 +61,7 @@ public: friend class ShapeEditor; friend class Inkscape::LivePathEffect::PowerStrokePointArrayParamKnotHolderEntity; + friend class Inkscape::LivePathEffect::FilletPointArrayParamKnotHolderEntity; protected: |
