summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/drawelement.h')
-rw-r--r--Build/source/utils/asymptote/drawelement.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/drawelement.h b/Build/source/utils/asymptote/drawelement.h
index e3975c5c6f8..2a8918eed21 100644
--- a/Build/source/utils/asymptote/drawelement.h
+++ b/Build/source/utils/asymptote/drawelement.h
@@ -259,8 +259,7 @@ public:
virtual void writeshiftedpath(texfile *out) {
out->writeshifted(p);
}
-
-};
+};
// Base class for drawElements that involve paths and pens.
class drawPathPenBase : public drawPathBase {
@@ -309,8 +308,6 @@ public:
if (!pentype.getTransform().isIdentity())
out->grestore();
}
-
-
};
// Base class for drawElements that involve superpaths and pens.