From 34d9c5fc14b921a5ad53dc2a8282e153deae03a7 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Mon, 15 Mar 2010 16:23:45 +0000 Subject: [PATCH 1/1] - Fix build svn path=/trunk/; revision=46209 --- reactos/dll/directx/ksproxy/input_pin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/ksproxy/input_pin.cpp b/reactos/dll/directx/ksproxy/input_pin.cpp index 50fe22665bb..40d339ef894 100644 --- a/reactos/dll/directx/ksproxy/input_pin.cpp +++ b/reactos/dll/directx/ksproxy/input_pin.cpp @@ -159,8 +159,8 @@ protected: KSPIN_INTERFACE m_Interface; KSPIN_MEDIUM m_Medium; IPin * m_Pin; - IKsInterfaceHandler * m_InterfaceHandler; BOOL m_ReadOnly; + IKsInterfaceHandler * m_InterfaceHandler; }; HRESULT -- 2.17.1