diff options
| author | Remko Tronçon <git@el-tramo.be> | 2012-12-31 15:29:38 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2012-12-31 18:49:02 (GMT) | 
| commit | 6cedffb9368eeb05e199f7df80c4735f63735a94 (patch) | |
| tree | 4131780d3d4d97e69651a5b3735bb1b6e23c54bc /Swift/Controllers/Chat/MUCController.h | |
| parent | d8bc52bffd7ef7750afec20f0443276ba4579267 (diff) | |
| download | swift-6cedffb9368eeb05e199f7df80c4735f63735a94.zip swift-6cedffb9368eeb05e199f7df80c4735f63735a94.tar.bz2  | |
Fix more warnings.
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
| -rw-r--r-- | Swift/Controllers/Chat/MUCController.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h index 63893d0..7e81f3d 100644 --- a/Swift/Controllers/Chat/MUCController.h +++ b/Swift/Controllers/Chat/MUCController.h @@ -37,7 +37,7 @@ namespace Swift {  	enum JoinPart {Join, Part, JoinThenPart, PartThenJoin};  	struct NickJoinPart { -			NickJoinPart(const std::string& nick, JoinPart type) : nick(nick), type(type) {}; +			NickJoinPart(const std::string& nick, JoinPart type) : nick(nick), type(type) {}  			std::string nick;  			JoinPart type;  	};  | 
 Swift