diff options
| author | Kevin Smith <git@kismith.co.uk> | 2011-04-30 09:15:23 (GMT) | 
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2011-04-30 09:17:26 (GMT) | 
| commit | c26753dc9785377da0d836ce6f4286af6e3b8790 (patch) | |
| tree | 03485bab66a4b0c8c4d5b92a6ef56543b8a1cc2b /Swift/Controllers/Chat/MUCController.h | |
| parent | b226deb937bfcbac1bb5b8acca9404d2d371ae66 (diff) | |
| download | swift-contrib-c26753dc9785377da0d836ce6f4286af6e3b8790.zip swift-contrib-c26753dc9785377da0d836ce6f4286af6e3b8790.tar.bz2 | |
This should fix the MUC ordering.
Hopefully
Resolves: #794
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
| -rw-r--r-- | Swift/Controllers/Chat/MUCController.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h index e876791..6b05a8e 100644 --- a/Swift/Controllers/Chat/MUCController.h +++ b/Swift/Controllers/Chat/MUCController.h @@ -9,8 +9,8 @@  #include <boost/shared_ptr.hpp>  #include <Swiften/Base/boost_bsignals.h>  #include <boost/signals/connection.hpp> -#include <set> +#include <set>  #include <string>  #include <Swiften/Network/Timer.h>  #include <Swift/Controllers/Chat/ChatControllerBase.h> @@ -98,7 +98,6 @@ namespace Swift {  			std::set<std::string> currentOccupants_;  			std::vector<NickJoinPart> joinParts_;  			boost::posix_time::ptime lastActivity_; -			std::set<std::string> addedRosterGroups_;  	};  } | 
 Swift
 Swift