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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib/geodata/scene
From:       Jens-Michael Hoffmann <jensmh () gmx ! de>
Date:       2009-07-13 14:01:21
Message-ID: 1247493681.857058.11575.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 995910 by jmhoffmann:

Fix bug introduced by commit 994465, add missing braces.


 M  +2 -1      GeoSceneGroup.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneGroup.cpp #995909:995910
@@ -116,9 +116,10 @@
     QVector<GeoSceneProperty*>::const_iterator it = m_properties.constBegin();
     QVector<GeoSceneProperty*>::const_iterator end = m_properties.constEnd();
     for (; it != end; ++it) {
-        if ( (*it)->name() == name )
+        if ( (*it)->name() == name ) {
             property = *it;
             break;
+        }
     }
 
     return property;
[prev in list] [next in list] [prev in thread] [next in thread] 

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