Fix one too many levels of indirection introduced in 12573.

git-svn-id: http://skia.googlecode.com/svn/trunk@12577 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2013-12-09 19:30:28 +00:00
parent cea9abb001
commit aeec33448f

View File

@ -92,7 +92,7 @@ static void create_dwrite_factory(IDWriteFactory** factory) {
HRVM(dWriteCreateFactoryProc(DWRITE_FACTORY_TYPE_SHARED,
__uuidof(IDWriteFactory),
reinterpret_cast<IUnknown**>(&factory)),
reinterpret_cast<IUnknown**>(factory)),
"Could not create DirectWrite factory.");
}