notes/notesui/notesappcontroller/src/notesappcontroller.cpp
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 55 2c54b51f39c4
--- a/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Mon Jun 28 15:22:02 2010 +0530
@@ -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);