summaryrefslogtreecommitdiffstats
path: root/softwarecontext/glyphnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/glyphnode.h')
-rw-r--r--softwarecontext/glyphnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwarecontext/glyphnode.h b/softwarecontext/glyphnode.h
index 1724ef8..08d4d18 100644
--- a/softwarecontext/glyphnode.h
+++ b/softwarecontext/glyphnode.h
@@ -16,7 +16,7 @@ public:
virtual void setPreferredAntialiasingMode(AntialiasingMode);
virtual void update();
- virtual void paint(QPainter *painter);
+ void paint(QPainter *painter);
private:
QPointF m_position;