summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-01-17 18:23:15 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-01-17 18:23:15 +0000
commitef59716bfab870d3193fa9670f2cacc3cca39595 (patch)
tree8504673cd161ebad52ae48b5f16bed0a830e2aa0 /src/live_effects/parameter/path.cpp
parentTranslations. Spanish translation update by Lucas Vieites. (diff)
downloadinkscape-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.cpp2
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;
}