summaryrefslogtreecommitdiff
authorsimon <simon>2002-12-11 11:19:31 (UTC)
committer simon <simon>2002-12-11 11:19:31 (UTC)
commit03535484e54b2b2311d9d44670b417e2b81ae63b (patch) (unidiff)
treee0f0e51469f54dcba338432baee622c58038b310
parentdd7fcdf1589c8513055f6475d3a1f33075d971d8 (diff)
downloadopie-03535484e54b2b2311d9d44670b417e2b81ae63b.zip
opie-03535484e54b2b2311d9d44670b417e2b81ae63b.tar.gz
opie-03535484e54b2b2311d9d44670b417e2b81ae63b.tar.bz2
- step three to make it compile with gcc2
Diffstat (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
@@ -82,12 +82,13 @@ namespace ThreadUtil
82 }; 82 };
83 83
84 class Thread 84 class Thread
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();
91 92
92 void start(); 93 void start();
93 void terminate(); 94 void terminate();