Merge pull request #121 from marklakata/master

Update stream_engine.hpp
This commit is contained in:
Pieter Hintjens 2015-03-10 08:16:20 +01:00
commit 5a10f71398

View File

@ -94,7 +94,7 @@ namespace zmq
// Size of the greeting message:
// Preamble (10 bytes) + version (1 byte) + socket type (1 byte).
const static size_t greeting_size = 12;
static const size_t greeting_size = 12;
// True iff we are registered with an I/O poller.
bool io_enabled;