diff options
Diffstat (limited to 'src/devices/gui/hex_view.cpp')
-rw-r--r-- | src/devices/gui/hex_view.cpp | 2 |
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" |