aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/coreview/latch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/coreview/latch.cpp')
-rw-r--r--qtmips_gui/coreview/latch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/coreview/latch.cpp b/qtmips_gui/coreview/latch.cpp
index 77bb317..52f6eb3 100644
--- a/qtmips_gui/coreview/latch.cpp
+++ b/qtmips_gui/coreview/latch.cpp
@@ -7,7 +7,7 @@ using namespace coreview;
#define PENW 1
//////////////////////
-Latch::Latch(QtMipsMachine *machine, qreal height) {
+Latch::Latch(machine::QtMipsMachine *machine, qreal height) {
this->height = height;
connect(machine, SIGNAL(tick()), this, SLOT(tick()));
}