Build fix for Windows

This commit is contained in:
Gunnar Beutner 2015-07-15 11:24:34 +02:00
parent 309e3ac269
commit afc5db1299
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ enum ConnectionRole
RoleServer
};
struct StreamReadContext
struct I2_BASE_API StreamReadContext
{
StreamReadContext(void)
: Buffer(NULL), Size(0), MustRead(true), Eof(false)