summaryrefslogtreecommitdiff
path: root/devel/zthread/files/patch-include__zthread__BlockingQueue.h
blob: c620bb292886aa1f27fba60404493edc887c21a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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 {