mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-25 16:55:41 +01:00
nvflinger: Polymorphic destructor requried for abstract class IBinder
This commit is contained in:
parent
53fb4a78a3
commit
30b23fb7b8
@ -34,6 +34,7 @@ enum class TransactionId {
|
||||
|
||||
class IBinder {
|
||||
public:
|
||||
virtual ~IBinder() = default;
|
||||
virtual void Transact(Kernel::HLERequestContext& ctx, android::TransactionId code,
|
||||
u32 flags) = 0;
|
||||
virtual Kernel::KReadableEvent& GetNativeHandle() = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user