summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/texfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/texfile.cc')
-rw-r--r--Build/source/utils/asymptote/texfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/texfile.cc b/Build/source/utils/asymptote/texfile.cc
index 5df087e8013..1682bed2866 100644
--- a/Build/source/utils/asymptote/texfile.cc
+++ b/Build/source/utils/asymptote/texfile.cc
@@ -61,7 +61,7 @@ void texfile::miniprologue()
void texfile::prologue()
{
if(inlinetex) {
- string prename=auxname(getSetting<string>("outname"),"pre");
+ string prename=auxname(settings::outname(),"pre");
std::ifstream exists(prename.c_str());
std::ofstream *outpreamble=
new std::ofstream(prename.c_str(),std::ios::app);