summaryrefslogtreecommitdiffstats
path: root/src/devices/pic/gui/pic_hex_view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/pic/gui/pic_hex_view.cpp')
-rw-r--r--src/devices/pic/gui/pic_hex_view.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/pic/gui/pic_hex_view.cpp b/src/devices/pic/gui/pic_hex_view.cpp
index 89d1a2f..444a0a6 100644
--- a/src/devices/pic/gui/pic_hex_view.cpp
+++ b/src/devices/pic/gui/pic_hex_view.cpp
@@ -58,3 +58,5 @@ BitValue Pic::HexView::checksum() const
{
return (_memory ? memory()->checksum() : 0x0000);
}
+
+#include "pic_hex_view.moc"