aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/junction.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/junction.h')
-rw-r--r--qtmips_gui/coreview/junction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/junction.h b/qtmips_gui/coreview/junction.h
index 8aff759..ee7dc15 100644
--- a/qtmips_gui/coreview/junction.h
+++ b/qtmips_gui/coreview/junction.h
@@ -49,7 +49,7 @@ public:
~Junction();
QRectF boundingRect() const;
- void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
+ virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override;
void setPos(qreal x, qreal y);
Connector *new_connector(enum Connector::Axis axis = Connector::AX_X);