fixed broken build; typo in iterator handling
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 5 Dec 2011 15:53:38 +0000 (16:53 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 5 Dec 2011 15:53:38 +0000 (16:53 +0100)
LayerManagerPlugins/Renderers/Graphic/src/WindowSystems/X11WindowSystem.cpp

index d0cca77..6168a8c 100644 (file)
@@ -209,7 +209,7 @@ void X11WindowSystem::checkForNewSurface()
         SurfaceList surfaces = (*current)->getAllSurfaces();
         for(SurfaceListConstIterator currentS = surfaces.begin(); currentS != surfaces.end(); currentS++)
         {
-            if (currentS->hasNativeContent())
+            if ((*currentS)->hasNativeContent())
             {
                 allocatePlatformSurface(*currentS);
             }