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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/drawlabel.h b/Build/source/utils/asymptote/drawlabel.h
index 253184008d3..cbf1d049d75 100644
--- a/Build/source/utils/asymptote/drawlabel.h
+++ b/Build/source/utils/asymptote/drawlabel.h
@@ -80,9 +80,8 @@ public:
};
void setpen(iopipestream& tex, const string& texengine, const pen& pentype);
-bool texbounds(double& width, double& height, double& depth,
- iopipestream& tex, string& s, const char **abort,
- bool warn, bool Inline=false);
+void texbounds(double& width, double& height, double& depth,
+ iopipestream& tex, string& s);
}