summaryrefslogtreecommitdiff
path: root/graphics/asymptote/psfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/psfile.h')
-rw-r--r--graphics/asymptote/psfile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/asymptote/psfile.h b/graphics/asymptote/psfile.h
index 98e5574b8d..da74f4e658 100644
--- a/graphics/asymptote/psfile.h
+++ b/graphics/asymptote/psfile.h
@@ -133,10 +133,11 @@ public:
}
protected:
- pen lastpen;
std::ostream *out;
public:
+ pen lastpen;
+
bool pdftex() {return settings::pdf(settings::getSetting<string>("tex"));}
psfile(const string& filename, bool pdfformat);