notes/notesui/notesappcontroller/src/notesappcontroller.cpp
branchGCC_SURGE
changeset 54 e6894b852bc6
parent 50 579cc610882e
child 55 2c54b51f39c4
--- a/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Tue Jun 15 15:22:54 2010 +0100
+++ b/notes/notesui/notesappcontroller/src/notesappcontroller.cpp	Thu Jul 22 16:32:51 2010 +0100
@@ -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);