summaryrefslogtreecommitdiff
path: root/src/queue.cpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-04-10 16:27:07 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-04-10 16:27:07 +0200
commitc214a24f06bb41885dfbd73e42acb6e043df05ef (patch)
tree5d2299ccf352c47666a3ee029f6eefacc8ecb915 /src/queue.cpp
parent770aedbd09fb1e11a4e4880da2603a517856c16c (diff)
fix for Sun C++ 5.8
Diffstat (limited to 'src/queue.cpp')
-rw-r--r--src/queue.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/queue.cpp b/src/queue.cpp
index 361df78..165e360 100644
--- a/src/queue.cpp
+++ b/src/queue.cpp
@@ -94,5 +94,7 @@ int zmq::queue (class socket_base_t *insocket_,
has_response = false;
}
}
+
+ return 0;
}