summaryrefslogtreecommitdiffstats
path: root/src/devices/gui/hex_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/gui/hex_view.cpp')
-rw-r--r--src/devices/gui/hex_view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/gui/hex_view.cpp b/src/devices/gui/hex_view.cpp
index 4a6319f..305ac0b 100644
--- a/src/devices/gui/hex_view.cpp
+++ b/src/devices/gui/hex_view.cpp
@@ -21,3 +21,5 @@ void Device::HexView::display(Memory *memory)
if ( _memory==0 ) return;
display();
}
+
+#include "hex_view.moc"