summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdepend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdepend.h')
-rw-r--r--src/osd/osdepend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/osdepend.h b/src/osd/osdepend.h
index f2c4e36c0e5..ad7b52049a6 100644
--- a/src/osd/osdepend.h
+++ b/src/osd/osdepend.h
@@ -91,7 +91,7 @@ public:
virtual bool execute_command(const char *command) = 0;
// midi interface
- virtual osd_midi_device *create_midi_device() = 0;
+ virtual std::unique_ptr<osd_midi_device> create_midi_device() = 0;
protected:
virtual ~osd_interface() { }