add missing iclosable interface (#6036)

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
This commit is contained in:
Sheil Kumar 2020-12-04 13:21:03 -08:00 committed by GitHub
parent 14f6eb14b1
commit 00f43a3a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ template <typename T>
class TensorMemoryBufferReference : public winrt::implements<
TensorMemoryBufferReference<T>,
wf::IMemoryBufferReference,
wf::IClosable,
Windows::Foundation::IMemoryBufferByteAccess> {
using ClosedDelegate = wf::TypedEventHandler<wf::IMemoryBufferReference, wf::IInspectable>;