summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/picture.h')
-rw-r--r--src/devices/imagedev/picture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/picture.h b/src/devices/imagedev/picture.h
index f8601345a89..60f0eb8224a 100644
--- a/src/devices/imagedev/picture.h
+++ b/src/devices/imagedev/picture.h
@@ -41,7 +41,7 @@ public:
virtual bool is_reset_on_load() const noexcept override { return false; }
virtual const char *file_extensions() const noexcept override { return "png"; }
- bitmap_argb32 &get_bitmap() { return *m_picture; }
+ bitmap_argb32 *get_bitmap() { return m_picture; }
protected:
// device-level overrides