diff options
Diffstat (limited to 'Swift/Controllers/ContactEditController.h')
-rw-r--r-- | Swift/Controllers/ContactEditController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/ContactEditController.h b/Swift/Controllers/ContactEditController.h index 31917b1..b5c8101 100644 --- a/Swift/Controllers/ContactEditController.h +++ b/Swift/Controllers/ContactEditController.h @@ -7,6 +7,7 @@ #pragma once #include <vector> +#include <set> #include <boost/optional.hpp> #include <Swiften/JID/JID.h> @@ -29,7 +30,7 @@ namespace Swift { private: void handleRemoveContactRequest(); - void handleChangeContactRequest(const String& name, const std::vector<String>& groups); + void handleChangeContactRequest(const String& name, const std::set<String>& groups); private: void handleUIEvent(UIEvent::ref event); |