From e96fd34dd817f1113daf9e6b099a8f40cfd1ed6d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Jan 2016 09:58:36 +0100 Subject: remove const (nw) --- src/devices/cpu/pdp1/pdp1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/cpu/pdp1/pdp1.cpp') diff --git a/src/devices/cpu/pdp1/pdp1.cpp b/src/devices/cpu/pdp1/pdp1.cpp index cbb43535d7f..b36e7242967 100644 --- a/src/devices/cpu/pdp1/pdp1.cpp +++ b/src/devices/cpu/pdp1/pdp1.cpp @@ -737,7 +737,7 @@ void pdp1_device::state_export(const device_state_entry &entry) } -void pdp1_device::state_string_export(const device_state_entry &entry, std::string &str) const +void pdp1_device::state_string_export(const device_state_entry &entry, std::string &str) { switch (entry.index()) { -- cgit v1.2.3-70-g09d2