summaryrefslogtreecommitdiff
path: root/multimedia/ggrab/patches/patch-aa
blob: bdf46bdef7fc5f5c4262f1ae26f925dfa8de5e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.2 2006/08/01 12:50:23 mjl Exp $ 

--- pesstream.h.orig	2003-01-19 20:07:11.000000000 +0100
+++ pesstream.h	2006-08-01 13:42:44.000000000 +0200
@@ -25,9 +25,9 @@
 	private:
 		static int		m_st_nr;
 		int			m_nr;
-		enum S_TYPE		m_stype;
-		class CBuffer *		mp_cbuf;
-		class xlist *		mp_list;
+		S_TYPE			m_stype;
+		CBuffer *		mp_cbuf;
+		xlist *		mp_list;
 
 		pthread_t		mh_thread;