From 8dbf04d24f77b895dabfef334d6ba4f3eff74daf Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 19 Feb 2020 15:52:56 +0100 Subject: [PATCH] Update DummyLoader after API upgrade Only an API update so far. Actual color-flow support will be added in a later PR. --- DummyLoader/Image3dSource.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DummyLoader/Image3dSource.hpp b/DummyLoader/Image3dSource.hpp index 27d56e4..4e4e967 100644 --- a/DummyLoader/Image3dSource.hpp +++ b/DummyLoader/Image3dSource.hpp @@ -32,6 +32,10 @@ class ATL_NO_VTABLE Image3dSource : HRESULT STDMETHODCALLTYPE GetSopInstanceUID(/*out*/BSTR *uid_str) override; + HRESULT STDMETHODCALLTYPE GetPresentationState(IPresentationState *) override { + return E_NOTIMPL; + } + DECLARE_REGISTRY_RESOURCEID(IDR_Image3dSource) BEGIN_COM_MAP(Image3dSource)