mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
removed warning for VS.Net compiler
svn path=/trunk/; revision=5793
This commit is contained in:
parent
cb0cc914a1
commit
4fcd44e5eb
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue