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

List:       kde-commits
Subject:    KDE/kdeedu/kalgebra/analitza
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2009-11-30 20:36:55
Message-ID: 1259613415.306723.24414.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1056779 by sengels:

const can't be casted this way

 M  +1 -1      analitza.cpp  


--- trunk/KDE/kdeedu/kalgebra/analitza/analitza.cpp #1056778:1056779
@@ -806,7 +806,7 @@
 		if(isCorrect()) {
 			switch(domain->type()) {
 				case Object::list:
-					ret=new TypeBoundingIterator<List, List::const_iterator>(bvars.toVector(), \
static_cast<const List*>(domain)); +					ret=new TypeBoundingIterator<List, \
List::const_iterator>(bvars.toVector(), static_cast<List*>(domain));  break;
 				default:
 					m_err.append(i18n("Type not supported for bounding."));


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

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