diff options
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/service/nvflinger/binder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvflinger/binder.h b/src/core/hle/service/nvflinger/binder.h index 21aaa40cd..157333ff8 100644 --- a/src/core/hle/service/nvflinger/binder.h +++ b/src/core/hle/service/nvflinger/binder.h | |||
| @@ -34,6 +34,7 @@ enum class TransactionId { | |||
| 34 | 34 | ||
| 35 | class IBinder { | 35 | class IBinder { |
| 36 | public: | 36 | public: |
| 37 | virtual ~IBinder() = default; | ||
| 37 | virtual void Transact(Kernel::HLERequestContext& ctx, android::TransactionId code, | 38 | virtual void Transact(Kernel::HLERequestContext& ctx, android::TransactionId code, |
| 38 | u32 flags) = 0; | 39 | u32 flags) = 0; |
| 39 | virtual Kernel::KReadableEvent& GetNativeHandle() = 0; | 40 | virtual Kernel::KReadableEvent& GetNativeHandle() = 0; |