mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
365 B
C++
11 lines
365 B
C++
--- include/zthread/BlockingQueue.h.orig 2005-03-13 02:04:18 UTC
|
|
+++ include/zthread/BlockingQueue.h
|
|
@@ -83,7 +83,7 @@ namespace ZThread {
|
|
/**
|
|
* @see Queue::add(const T& item, unsigned long timeout)
|
|
*/
|
|
- virtual bool add(T item, unsigned long timeout) {
|
|
+ virtual bool add(const T& item, unsigned long timeout) {
|
|
|
|
try {
|
|
|