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/SubPic/SubPicAllocatorPresenterImpl.h')
-rw-r--r--src/SubPic/SubPicAllocatorPresenterImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SubPic/SubPicAllocatorPresenterImpl.h b/src/SubPic/SubPicAllocatorPresenterImpl.h
index b86abb075..be42e8057 100644
--- a/src/SubPic/SubPicAllocatorPresenterImpl.h
+++ b/src/SubPic/SubPicAllocatorPresenterImpl.h
@@ -64,14 +64,14 @@ public:
// ISubPicAllocatorPresenter
- STDMETHODIMP CreateRenderer(IUnknown** ppRenderer) = 0;
+ STDMETHODIMP CreateRenderer(IUnknown** ppRenderer) PURE;
STDMETHODIMP_(SIZE) GetVideoSize(bool fCorrectAR = true);
STDMETHODIMP_(SIZE) GetVisibleVideoSize() {
return m_NativeVideoSize;
};
STDMETHODIMP_(void) SetPosition(RECT w, RECT v);
- STDMETHODIMP_(bool) Paint(bool fAll) = 0;
+ STDMETHODIMP_(bool) Paint(bool fAll) PURE;
STDMETHODIMP_(void) SetTime(REFERENCE_TIME rtNow);
STDMETHODIMP_(void) SetSubtitleDelay(int delay_ms);