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.h | |
| 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.h')
| -rw-r--r-- | src/live_effects/parameter/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h index a4f46f11f..d48b5422d 100644 --- a/src/live_effects/parameter/path.h +++ b/src/live_effects/parameter/path.h @@ -31,7 +31,7 @@ public: const gchar * default_value = "M0,0 L1,1"); virtual ~PathParam(); - std::vector<Geom::Path> const & get_pathvector(); + std::vector<Geom::Path> const & get_pathvector() const; Geom::Piecewise<Geom::D2<Geom::SBasis> > const & get_pwd2(); virtual Gtk::Widget * param_newWidget(); |
