summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/drcbeut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/drcbeut.h')
-rw-r--r--src/devices/cpu/drcbeut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/drcbeut.h b/src/devices/cpu/drcbeut.h
index b18fb008060..7317b0ba30b 100644
--- a/src/devices/cpu/drcbeut.h
+++ b/src/devices/cpu/drcbeut.h
@@ -130,7 +130,7 @@ public:
void block_end(drcuml_block &block);
// get/set values
- drccodeptr get_codeptr(uml::code_label label, drc_label_fixup_delegate fixup, void *param);
+ drccodeptr get_codeptr(uml::code_label label, drc_label_fixup_delegate const &fixup, void *param);
void set_codeptr(uml::code_label label, drccodeptr codeptr);
private: