$NetBSD: patch-ak,v 1.1 2007/05/23 13:52:58 markd Exp $

Fix from SVN

diff -u -u kdevelop-3.4.1/languages/cpp/cppsupportpart.h kdevelop-svn/languages/cpp/cppsupportpart.h
--- kdevelop-3.4.1/languages/cpp/cppsupportpart.h	2007-05-16 16:36:20.000000000 +0200
+++ languages/cpp/cppsupportpart.h	2007-05-16 00:25:57.000000000 +0200
@@ -43,9 +43,10 @@
     public:
       UIBlockTesterThread( UIBlockTester& parent );
       void run();
-      
+      void stop();
     private:
       UIBlockTester& m_parent;
+      bool m_stop;
     };
   friend class UIBlockTesterThread;
 public:
