strmbase: Mark TransformFilter_QualityControlImpl_Notify static.

Gerald Pfeifer gerald at pfeifer.com
Sun Jul 3 10:32:25 CDT 2011


I've had this in my tree without problems for half a year but apparently 
never submitted it.  Not sure what triggered the change back then.

Gerald

---
 dlls/strmbase/transform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/strmbase/transform.c b/dlls/strmbase/transform.c
index cfde074..22653b1 100644
--- a/dlls/strmbase/transform.c
+++ b/dlls/strmbase/transform.c
@@ -559,7 +559,7 @@ static const IPinVtbl TransformFilter_OutputPin_Vtbl =
     BasePinImpl_NewSegment
 };
 
-HRESULT WINAPI TransformFilter_QualityControlImpl_Notify(IQualityControl *iface, IBaseFilter *sender, Quality qm) {
+static HRESULT WINAPI TransformFilter_QualityControlImpl_Notify(IQualityControl *iface, IBaseFilter *sender, Quality qm) {
     QualityControlImpl *qc = (QualityControlImpl*)iface;
     TransformFilter *This = (TransformFilter *)qc->self;
 
-- 
1.7.4.1



More information about the wine-patches mailing list