idlehomescreen/inc/xndepthfirsttreeiterator.h
changeset 5 c743ef5928ba
parent 0 f72a12da539e
--- 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