summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/pty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/pty.cpp')
-rw-r--r--src/devices/bus/rs232/pty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/pty.cpp b/src/devices/bus/rs232/pty.cpp
index a7f343bec56..38d7c5f88e7 100644
--- a/src/devices/bus/rs232/pty.cpp
+++ b/src/devices/bus/rs232/pty.cpp
@@ -137,4 +137,4 @@ void pseudo_terminal_device::queue(void)
}
}
-const device_type PSEUDO_TERMINAL = &device_creator<pseudo_terminal_device>;
+const device_type PSEUDO_TERMINAL = device_creator<pseudo_terminal_device>;