aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/latch.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/latch.h')
-rw-r--r--qtmips_gui/coreview/latch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/coreview/latch.h b/qtmips_gui/coreview/latch.h
index 4521f9c..565e29c 100644
--- a/qtmips_gui/coreview/latch.h
+++ b/qtmips_gui/coreview/latch.h
@@ -50,6 +50,7 @@ class Latch : public QGraphicsObject {
Q_PROPERTY(QColor wedge_clr READ wedge_color WRITE set_wedge_color)
public:
Latch(machine::QtMipsMachine *machine, qreal height);
+ ~Latch();
QRectF boundingRect() const;
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);