diff -r 2717213c588a -r 9f66f99ee56f graphicstest/uibench/src/tgcesuiteserver.cpp --- a/graphicstest/uibench/src/tgcesuiteserver.cpp Tue Jun 22 15:21:29 2010 +0300 +++ b/graphicstest/uibench/src/tgcesuiteserver.cpp Fri Sep 24 16:14:28 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -113,6 +113,6 @@ else if(aStepName == KEventHandlingPerfName) testStep = new CTEventHandlingPerf(); else if(aStepName == KTFlipFramerate) - testStep = new CTFlipFramerate; + testStep = new CTFlipFramerate(); return testStep; }