diff options
Diffstat (limited to 'Swiften/MUC')
-rw-r--r-- | Swiften/MUC/MUCRegistry.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/MUC/MUCRegistry.h b/Swiften/MUC/MUCRegistry.h index 3f61c71..aa341e4 100644 --- a/Swiften/MUC/MUCRegistry.h +++ b/Swiften/MUC/MUCRegistry.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ @@ -16,7 +16,7 @@ namespace Swift { class SWIFTEN_API MUCRegistry { public: - ~MUCRegistry(); + virtual ~MUCRegistry(); bool isMUC(const JID& j) const; void addMUC(const JID& j); |