diff options
Diffstat (limited to 'src/command.hpp')
-rw-r--r-- | src/command.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.hpp b/src/command.hpp index d16d4fa..9a2e5d5 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -65,7 +65,7 @@ namespace zmq // Attach the engine to the session. struct { - class zmq_engine_t *engine; + struct i_engine *engine; } attach; // Sent from session to socket to establish pipe(s) between them. |