Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/DSUtil/NullRenderers.h')
-rw-r--r--src/DSUtil/NullRenderers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/NullRenderers.h b/src/DSUtil/NullRenderers.h
index 629a707ff..a6935995b 100644
--- a/src/DSUtil/NullRenderers.h
+++ b/src/DSUtil/NullRenderers.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
+ * (C) 2006-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -91,5 +91,5 @@ class __declspec(uuid("655D7613-C26C-4A25-BBBD-3C9C516122CC"))
public:
CNullTextRenderer(LPUNKNOWN pUnk, HRESULT* phr);
int GetPinCount() { return (int)!!m_pInput; }
- CBasePin* GetPin(int n) { return n == 0 ? (CBasePin*)m_pInput : NULL; }
+ CBasePin* GetPin(int n) { return n == 0 ? (CBasePin*)m_pInput : nullptr; }
};