Code cleanup

This commit is contained in:
Martin Hurton
2014-08-14 08:56:48 +02:00
parent b817f3c61e
commit f550d66ae3
2 changed files with 10 additions and 10 deletions

View File

@@ -214,7 +214,7 @@ namespace zmq
// Computes appropriate low watermark from the given high watermark.
static int compute_lwm (int hwm_);
bool conflate;
const bool conflate;
// Disable copying.
pipe_t (const pipe_t&);