diff options
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r-- | qtmips_gui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h index bba1cb7..8b9e3e7 100644 --- a/qtmips_gui/mainwindow.h +++ b/qtmips_gui/mainwindow.h @@ -21,7 +21,7 @@ public: ~MainWindow(); void start(); - void create_core(MachineConfig *config); + void create_core(machine::MachineConfig *config); public slots: void new_machine(); @@ -48,7 +48,7 @@ private: QSettings *settings; - QtMipsMachine *machine; // Current simulated machine + machine::QtMipsMachine *machine; // Current simulated machine void show_dockwidget(QDockWidget *w); }; |