summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win/disasmviewinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/win/disasmviewinfo.h')
-rw-r--r--src/osd/modules/debugger/win/disasmviewinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/win/disasmviewinfo.h b/src/osd/modules/debugger/win/disasmviewinfo.h
index 011748517c0..d1e7090ef2f 100644
--- a/src/osd/modules/debugger/win/disasmviewinfo.h
+++ b/src/osd/modules/debugger/win/disasmviewinfo.h
@@ -25,7 +25,7 @@ public:
disasm_right_column right_column() const;
offs_t selected_address() const;
- void set_expression(const char *expression);
+ void set_expression(const std::string &expression);
void set_right_column(disasm_right_column contents);
};