* COMEnumVariant.h:
(::Next):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28115
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
COMVariantSetter<ContainerType::ValueType>::setVariant(&rgVar[i], *m_currentPos);\r
++m_currentPos;\r
if (pCeltFetched)\r
- *pCeltFetched++;\r
+ (*pCeltFetched)++;\r
}\r
\r
return S_OK;\r
+2007-11-28 Anders Carlsson <andersca@apple.com>
+
+ Get Drosera working again for real.
+
+ * COMEnumVariant.h:
+ (::Next):
+
2007-11-27 Kevin McCullough <kmccullough@apple.com>
Reviewed by Maciej and Adam.