summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawlabel.h')
-rw-r--r--Build/source/utils/asymptote/drawlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/drawlabel.h b/Build/source/utils/asymptote/drawlabel.h
index cbf1d049d75..56d4f2d3b2d 100644
--- a/Build/source/utils/asymptote/drawlabel.h
+++ b/Build/source/utils/asymptote/drawlabel.h
@@ -64,7 +64,7 @@ private:
public:
drawLabelPath(string label, string size, path src,
string justify, pair shift, pen pentype) :
- drawLabel(label,size,identity,pair(0.0,0.0),align,pentype),
+ drawLabel(label,size,identity,pair(0.0,0.0),pair(0.0,0.0),pentype),
drawPathPenBase(src,pentype), justify(justify), shift(shift) {}
virtual ~drawLabelPath() {}