commands/fed/inc/screenmngr.h
changeset 78 b3ffff030d5c
parent 0 7f656887cf89
--- a/commands/fed/inc/screenmngr.h	Tue Oct 26 15:36:30 2010 +0100
+++ b/commands/fed/inc/screenmngr.h	Thu Oct 28 16:54:54 2010 +0100
@@ -27,7 +27,7 @@
 	{
 public:
 	//Returns the TWindow occupied by the command window
-	const TWindow& GetCommandWindow() {return iCmdWnd;}
+	const TWindow& GetCommandWindow();
 	//Sets new coordinates of the screen available to this screen manager
 	void ResizeScreenL(const TWindow& aWindow);
 	//Resizes all Views to make space (if possible) for the new size of the command window.