diff options
Diffstat (limited to 'Swiftob/Users.cpp')
-rw-r--r-- | Swiftob/Users.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiftob/Users.cpp b/Swiftob/Users.cpp index 09173cc..868efb0 100644 --- a/Swiftob/Users.cpp +++ b/Swiftob/Users.cpp @@ -13,6 +13,8 @@ #include <Swiftob/MUCs.h> +using namespace Swift; + Users::Users(Client* client, MUCs* mucs) { client_ = client; mucs_ = mucs; |