Fix -Wmicrosoft-exception-spec warning
This commit is contained in:
@@ -391,7 +391,7 @@ public:
|
||||
}
|
||||
|
||||
// IDWriteFontFileEnumerator methods
|
||||
virtual HRESULT STDMETHODCALLTYPE MoveNext(BOOL* pHasCurrentFile) wxOVERRIDE
|
||||
virtual wxSTDMETHODIMP MoveNext(BOOL* pHasCurrentFile) wxOVERRIDE
|
||||
{
|
||||
HRESULT hr = S_OK;
|
||||
|
||||
@@ -411,7 +411,7 @@ public:
|
||||
return hr;
|
||||
}
|
||||
|
||||
virtual HRESULT STDMETHODCALLTYPE GetCurrentFontFile(IDWriteFontFile** ppFontFile) wxOVERRIDE
|
||||
virtual wxSTDMETHODIMP GetCurrentFontFile(IDWriteFontFile** ppFontFile) wxOVERRIDE
|
||||
{
|
||||
if ( m_currentFile )
|
||||
{
|
||||
@@ -450,7 +450,7 @@ public:
|
||||
}
|
||||
|
||||
// IDWriteFontCollectionLoader methods
|
||||
virtual HRESULT STDMETHODCALLTYPE CreateEnumeratorFromKey(IDWriteFactory* pFactory,
|
||||
virtual wxSTDMETHODIMP CreateEnumeratorFromKey(IDWriteFactory* pFactory,
|
||||
void const* pCollectionKey, UINT32 collectionKeySize,
|
||||
IDWriteFontFileEnumerator** pFontFileEnumerator) wxOVERRIDE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user