mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
removed warning for VS.Net compiler
svn path=/trunk/; revision=5793
This commit is contained in:
@@ -379,7 +379,7 @@ STDMETHODIMP EnumFormatEtcImpl::Next( ULONG celt,LPFORMATETC lpFormatEtc, ULONG
|
||||
|
||||
return (cReturn == 0) ? S_OK : S_FALSE;
|
||||
}
|
||||
|
||||
|
||||
STDMETHODIMP EnumFormatEtcImpl::Skip(ULONG celt)
|
||||
{
|
||||
if ((m_iCur + int(celt)) >= m_pFmtEtc.size())
|
||||
|
||||
@@ -27,7 +27,7 @@ class EnumFormatEtcImpl : public IEnumFORMATETC
|
||||
private:
|
||||
ULONG m_cRefCount;
|
||||
FormatArray m_pFmtEtc;
|
||||
int m_iCur;
|
||||
size_t m_iCur;
|
||||
|
||||
public:
|
||||
EnumFormatEtcImpl(const FormatArray& ArrFE);
|
||||
|
||||
Reference in New Issue
Block a user