diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-01-17 18:23:15 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-01-17 18:23:15 +0000 |
| commit | ef59716bfab870d3193fa9670f2cacc3cca39595 (patch) | |
| tree | 8504673cd161ebad52ae48b5f16bed0a830e2aa0 /src/live_effects/parameter/path.cpp | |
| parent | Translations. Spanish translation update by Lucas Vieites. (diff) | |
| download | inkscape-ef59716bfab870d3193fa9670f2cacc3cca39595.tar.gz inkscape-ef59716bfab870d3193fa9670f2cacc3cca39595.zip | |
const methods
(bzr r12037)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 1b3d7417d..d076cc5d0 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -77,7 +77,7 @@ PathParam::~PathParam() } std::vector<Geom::Path> const & -PathParam::get_pathvector() +PathParam::get_pathvector() const { return _pathvector; } |
