Unverified Commit 1230a0e7 authored by Lioncash's avatar Lioncash
Browse files

core/frontend/emu_window: Make GraphicsContext's destructor virtual

This class is used in a polymorphic context, so destruction of the
context will lead to undefined behavior if the destructor isn't virtual.
parent 1f72bb73
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment