SOURCES: tora-cpp.patch (NEW) declate toThreadStartWrapper before ...
wiget
wiget at pld-linux.org
Mon May 22 17:33:24 CEST 2006
Author: wiget Date: Mon May 22 15:33:24 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
declate toThreadStartWrapper before use it
---- Files affected:
SOURCES:
tora-cpp.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/tora-cpp.patch
diff -u /dev/null SOURCES/tora-cpp.patch:1.1
--- /dev/null Mon May 22 17:33:24 2006
+++ SOURCES/tora-cpp.patch Mon May 22 17:33:19 2006
@@ -0,0 +1,11 @@
+--- tora-1.3.21/tothread.cpp.wiget 2006-05-22 16:29:32.000000000 +0200
++++ tora-1.3.21/tothread.cpp 2006-05-22 16:31:40.000000000 +0200
+@@ -156,6 +156,8 @@
+ #define THREAD_ASSERT(x) if((x)!=0) { \
+ throw (qApp->translate("toThread","Thread function \"%1\" failed.").arg(QString::fromLatin1( #x ))); }
+
++void *toThreadStartWrapper(void *t);
++
+ void toThread::initAttr()
+ {
+ //create the thread detached, so everything is cleaned up
================================================================
More information about the pld-cvs-commit
mailing list