From 00f43a3a689c6ca39651a24eded96f0a7687e728 Mon Sep 17 00:00:00 2001 From: Sheil Kumar Date: Fri, 4 Dec 2020 13:21:03 -0800 Subject: [PATCH] add missing iclosable interface (#6036) Co-authored-by: Sheil Kumar --- winml/lib/Api/impl/TensorMemoryBufferReference.h | 1 + 1 file changed, 1 insertion(+) diff --git a/winml/lib/Api/impl/TensorMemoryBufferReference.h b/winml/lib/Api/impl/TensorMemoryBufferReference.h index dcf2f12a64..50e1cc4765 100644 --- a/winml/lib/Api/impl/TensorMemoryBufferReference.h +++ b/winml/lib/Api/impl/TensorMemoryBufferReference.h @@ -58,6 +58,7 @@ template class TensorMemoryBufferReference : public winrt::implements< TensorMemoryBufferReference, wf::IMemoryBufferReference, + wf::IClosable, Windows::Foundation::IMemoryBufferByteAccess> { using ClosedDelegate = wf::TypedEventHandler;