diff options
Diffstat (limited to 'Swift/Controllers/MUCController.cpp')
| -rw-r--r-- | Swift/Controllers/MUCController.cpp | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/Swift/Controllers/MUCController.cpp b/Swift/Controllers/MUCController.cpp index 93880c4..27ddcb8 100644 --- a/Swift/Controllers/MUCController.cpp +++ b/Swift/Controllers/MUCController.cpp @@ -23,8 +23,9 @@ MUCController::MUCController (  		IQRouter* iqRouter,   		ChatWindowFactory* chatWindowFactory,   		TreeWidgetFactory *treeWidgetFactory, -		PresenceOracle* presenceOracle) :  -			ChatControllerBase(stanzaChannel, iqRouter, chatWindowFactory, muc, presenceOracle), +		PresenceOracle* presenceOracle, +		AvatarManager* avatarManager) :  +			ChatControllerBase(stanzaChannel, iqRouter, chatWindowFactory, muc, presenceOracle, avatarManager),  			muc_(new MUC(stanzaChannel, muc)),   			nick_(nick),   			treeWidgetFactory_(treeWidgetFactory) {   | 
 Swift