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

List:       kde-commits
Subject:    kdevelop/parts/classview
From:       Caleb Tennis <caleb () aei-tech ! com>
Date:       2003-01-01 20:54:00
[Download RAW message or body]

CVS commit by ctennis: 

dynamic_cast -> static_cast


  M +3 -4      classtreebase.cpp   1.38


--- kdevelop/parts/classview/classtreebase.cpp  #1.37:1.38
@@ -343,5 +342,5 @@ QString ClassTreeMethodItem::text( int )
     QString str;
     
-    ParsedMethod* method = dynamic_cast<ParsedMethod*>(m_item);
+    ParsedMethod* method = static_cast<ParsedMethod*>(m_item);
     
     str = method->name();


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

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