gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9934 - gnunet-qt/src/plugins/general


From: gnunet
Subject: [GNUnet-SVN] r9934 - gnunet-qt/src/plugins/general
Date: Tue, 29 Dec 2009 21:03:16 +0100

Author: durner
Date: 2009-12-29 21:03:16 +0100 (Tue, 29 Dec 2009)
New Revision: 9934

Modified:
   gnunet-qt/src/plugins/general/startStopThread.h
Log:
fix FTBS with gcc-4.4

Modified: gnunet-qt/src/plugins/general/startStopThread.h
===================================================================
--- gnunet-qt/src/plugins/general/startStopThread.h     2009-12-29 18:14:16 UTC 
(rev 9933)
+++ gnunet-qt/src/plugins/general/startStopThread.h     2009-12-29 20:03:16 UTC 
(rev 9934)
@@ -29,7 +29,7 @@
 
 #include <QThread>
 
-class GStartStopThread : protected QThread
+class GStartStopThread : public QThread
 {
   Q_OBJECT
 public:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]