mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Build fix for Windows
This commit is contained in:
parent
309e3ac269
commit
afc5db1299
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ enum ConnectionRole
|
|||
RoleServer
|
||||
};
|
||||
|
||||
struct StreamReadContext
|
||||
struct I2_BASE_API StreamReadContext
|
||||
{
|
||||
StreamReadContext(void)
|
||||
: Buffer(NULL), Size(0), MustRead(true), Eof(false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue