msvcp90: Set the correct vtable for basic_iostream_char.

Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Iván Matellanes 2016-08-06 14:46:58 +01:00 committed by Alexandre Julliard
parent 4b41672f9f
commit 9bc7aea4f8
1 changed files with 1 additions and 2 deletions

View File

@ -11106,10 +11106,9 @@ basic_iostream_char* __thiscall basic_iostream_char_ctor(basic_iostream_char *th
basic_ios = basic_istream_char_get_basic_ios(&this->base1);
}
basic_ios->base.vtable = &MSVCP_basic_iostream_char_vtable;
basic_istream_char_ctor(&this->base1, strbuf, FALSE, FALSE);
basic_ostream_char_ctor_uninitialized(&this->base2, 0, FALSE, FALSE);
basic_ios->base.vtable = &MSVCP_basic_iostream_char_vtable;
return this;
}