diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-01-02 14:42:39 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-01-02 14:42:39 +0000 |
| commit | 55e228f842373d4ec4dd1c8ecffb4aa55cb73575 (patch) | |
| tree | fe6d7a6f87817409d8a8b66e8ae50be6f92236a0 /src/sp-path.h | |
| parent | update to latest 2geom (diff) | |
| download | inkscape-55e228f842373d4ec4dd1c8ecffb4aa55cb73575.tar.gz inkscape-55e228f842373d4ec4dd1c8ecffb4aa55cb73575.zip | |
Fix LP bug #179328
(bzr r4365)
Diffstat (limited to 'src/sp-path.h')
| -rw-r--r-- | src/sp-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-path.h b/src/sp-path.h index cd413db54..bf294c37c 100644 --- a/src/sp-path.h +++ b/src/sp-path.h @@ -37,6 +37,7 @@ gint sp_nodes_in_path(SPPath *path); void sp_path_set_original_curve (SPPath *path, SPCurve *curve, unsigned int owner, bool write); SPCurve* sp_path_get_original_curve (SPPath *path); SPCurve* sp_path_get_curve_for_edit (SPPath *path); +const SPCurve* sp_path_get_curve_reference (SPPath *path); #endif |
