[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdevelop/3.4/languages/cpp
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2007-01-18 10:02:20
Message-ID: 1169114540.608663.10439.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 624879 by zwabel:

did I forget to check this in? This was supposed to workaround an endless recursion \
of the appendNextFunction(...)-function

 M  +2 -1      simpletypefunction.cpp  


--- branches/kdevelop/3.4/languages/cpp/simpletypefunction.cpp #624878:624879
@@ -140,7 +140,8 @@
 }
 
 void SimpleTypeFunctionInterface::appendNextFunction( SimpleType func ) {
-  if ( !func || !safetyCounter ) return;
+  Debug d( "#fapp#" );
+  if ( !func || !safetyCounter || !d ) return;
   if (( SimpleTypeImpl* ) func.get() == ( SimpleTypeImpl* ) this ) return;
   if ( m_nextFunction && m_nextFunction->asFunction() ) {
     m_nextFunction->asFunction()->appendNextFunction( func );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic