aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/programloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/programloader.h')
-rw-r--r--qtmips_machine/programloader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_machine/programloader.h b/qtmips_machine/programloader.h
index 7da241c..6c13d18 100644
--- a/qtmips_machine/programloader.h
+++ b/qtmips_machine/programloader.h
@@ -9,6 +9,7 @@
#include <qstring.h>
#include "memory.h"
+namespace machine {
class ProgramLoader {
public:
@@ -27,4 +28,6 @@ private:
QVector<size_t> map; // external index to phdrs index
};
+}
+
#endif // PROGRAM_H