aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/memorymodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/memorymodel.h')
-rw-r--r--qtmips_gui/memorymodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/memorymodel.h b/qtmips_gui/memorymodel.h
index b06eff8..f093dbb 100644
--- a/qtmips_gui/memorymodel.h
+++ b/qtmips_gui/memorymodel.h
@@ -70,7 +70,7 @@ public:
return &data_font;
}
- inline const std::uint32_t getIndex0Offset() const {
+ inline std::uint32_t getIndex0Offset() const {
return index0_offset;
}