diff -r 4d54b72983ae -r c743ef5928ba idlehomescreen/inc/xndepthfirsttreeiterator.h --- a/idlehomescreen/inc/xndepthfirsttreeiterator.h Tue Jan 26 11:48:23 2010 +0200 +++ b/idlehomescreen/inc/xndepthfirsttreeiterator.h Tue Feb 02 00:04:13 2010 +0200 @@ -111,9 +111,11 @@ // ----------------------------------------------------------------------------- // template< class T > CXnDepthFirstTreeIterator< T >::CXnDepthFirstTreeIterator( - T* aStartNode ) : iStart( aStartNode ), iStack( KMemoryAlocS ) + T* aStartNode ): + iStart( aStartNode ), + iCurrent( aStartNode ), + iStack( KMemoryAlocS ) { - } // ----------------------------------------------------------------------------- @@ -207,4 +209,4 @@ #endif // CXNDEPTHFIRSTTREEITERATOR_H -// End of File \ No newline at end of file +// End of File