summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/unit.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/unit.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/unit.cpp')
-rw-r--r--src/live_effects/parameter/unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/unit.cpp b/src/live_effects/parameter/unit.cpp
index 36b6efacc..7a2ce6f65 100644
--- a/src/live_effects/parameter/unit.cpp
+++ b/src/live_effects/parameter/unit.cpp
@@ -59,7 +59,7 @@ UnitParam::param_set_value(SPUnit const *val)
}
const gchar *
-UnitParam::get_abbreviation()
+UnitParam::get_abbreviation() const
{
return sp_unit_get_abbreviation(unit);
}