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:
authorUnderground78 <underground78@users.sourceforge.net>2013-06-01 20:47:06 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-06-19 00:18:20 +0400
commit7dc747e4d3a0043c863583475ec49e4be4c260ca (patch)
tree974b9ddd765b5333f2fd235bfeb1a61ebfdbc9a3 /src/filters/switcher/AudioSwitcher/StreamSwitcher.h
parentc5fb9c73b7f622300cf5d36346fdf8872d79cf2b (diff)
Use "PURE" instead of "= 0" for COM interfaces.
Diffstat (limited to 'src/filters/switcher/AudioSwitcher/StreamSwitcher.h')
-rw-r--r--src/filters/switcher/AudioSwitcher/StreamSwitcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/switcher/AudioSwitcher/StreamSwitcher.h b/src/filters/switcher/AudioSwitcher/StreamSwitcher.h
index 3bb8ad5e9..1f608ab5b 100644
--- a/src/filters/switcher/AudioSwitcher/StreamSwitcher.h
+++ b/src/filters/switcher/AudioSwitcher/StreamSwitcher.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.
*
@@ -102,7 +102,7 @@ public:
interface __declspec(uuid("DA395FA3-4A3E-4D85-805E-0BEFF53D4BCD"))
IStreamSwitcherInputPin :
public IUnknown {
- STDMETHOD_(bool, IsActive)() = 0;
+ STDMETHOD_(bool, IsActive)() PURE;
};
class CStreamSwitcherInputPin : public CBaseInputPin, public IPinConnection, public IStreamSwitcherInputPin