1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/devel/zthread/files/patch-include__zthread__BlockingQueue.h
Dmitry Marakasov ad3b778a05 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-30 00:48:55 +00:00

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 {