diff options
Diffstat (limited to 'Swiften/MUC/MUCBookmarkManager.h')
-rw-r--r-- | Swiften/MUC/MUCBookmarkManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/MUC/MUCBookmarkManager.h b/Swiften/MUC/MUCBookmarkManager.h index ffa903f..594a805 100644 --- a/Swiften/MUC/MUCBookmarkManager.h +++ b/Swiften/MUC/MUCBookmarkManager.h @@ -41,5 +41,6 @@ namespace Swift { private: std::vector<MUCBookmark> bookmarks_; IQRouter* iqRouter_; + boost::shared_ptr<Storage> storage; }; } |