summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/threadutil.h
authorsimon <simon>2002-12-11 11:19:31 (UTC)
committer simon <simon>2002-12-11 11:19:31 (UTC)
commit03535484e54b2b2311d9d44670b417e2b81ae63b (patch) (unidiff)
treee0f0e51469f54dcba338432baee622c58038b310 /noncore/multimedia/opieplayer2/threadutil.h
parentdd7fcdf1589c8513055f6475d3a1f33075d971d8 (diff)
downloadopie-03535484e54b2b2311d9d44670b417e2b81ae63b.zip
opie-03535484e54b2b2311d9d44670b417e2b81ae63b.tar.gz
opie-03535484e54b2b2311d9d44670b417e2b81ae63b.tar.bz2
- step three to make it compile with gcc2
Diffstat (limited to 'noncore/multimedia/opieplayer2/threadutil.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/threadutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/opieplayer2/threadutil.h b/noncore/multimedia/opieplayer2/threadutil.h
index 2fd0c68..1411535 100644
--- a/noncore/multimedia/opieplayer2/threadutil.h
+++ b/noncore/multimedia/opieplayer2/threadutil.h
@@ -85,6 +85,7 @@ namespace ThreadUtil
85 { 85 {
86 public: 86 public:
87 struct Data; 87 struct Data;
88 friend struct Data;
88 89
89 Thread(); 90 Thread();
90 virtual ~Thread(); 91 virtual ~Thread();