summaryrefslogtreecommitdiff
path: root/www/larbin/files/patch-utils::SyncFifo.h
blob: 2a59e88329bc4019e0ff1f71cc4138c5ce1f161f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- utils/SyncFifo.h.orig	Sat Jun  8 21:29:43 2002
+++ utils/SyncFifo.h	Sat Jun  8 21:31:09 2002
@@ -45,7 +45,7 @@
 };
 
 template <class T>
-SyncFifo<T>::SyncFifo (uint size = std_size) {
+SyncFifo<T>::SyncFifo (uint size) {
   tab = new T*[size];
   this->size = size;
   in = 0;