summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svggradientstopnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svggradientstopnode.cxx')
-rw-r--r--svgio/source/svgreader/svggradientstopnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svggradientstopnode.cxx b/svgio/source/svgreader/svggradientstopnode.cxx
index f2f10d8019aa..34ed91386aa2 100644
--- a/svgio/source/svgreader/svggradientstopnode.cxx
+++ b/svgio/source/svgreader/svggradientstopnode.cxx
@@ -67,7 +67,7 @@ namespace svgio
{
if(aNum.isPositive())
{
- setOffset(aNum);
+ maOffset = aNum;
}
}
break;