notes/notesui/notesappcontroller/src/notesappcontroller.cpp
changeset 50 579cc610882e
parent 23 fd30d51f876b
child 55 2c54b51f39c4
--- a/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Wed Jun 23 18:11:28 2010 +0300
+++ b/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Tue Jul 06 14:14:56 2010 +0300
@@ -38,7 +38,7 @@
  mIfImpl(0)
 {
 	// Construct the interface implementation.
-	mIfImpl = new NotesAppControllerIfImpl(this, this);
+	mIfImpl = new NotesAppControllerIfImpl(this);
 
 	// Construct the model handler.
 	mNotesModelHandler = new NotesModelHandler(this);