diff options
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/MUC/MUCBookmarkManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/MUC/MUCBookmarkManager.h b/Swiften/MUC/MUCBookmarkManager.h index 8067b4b..35f5447 100644 --- a/Swiften/MUC/MUCBookmarkManager.h +++ b/Swiften/MUC/MUCBookmarkManager.h @@ -27,7 +27,7 @@ namespace Swift { void removeBookmark(const MUCBookmark& bookmark); void replaceBookmark(const MUCBookmark& oldBookmark, const MUCBookmark& newBookmark); - const std::vector<MUCBookmark>& getBookmarks() const; + const std::vector<MUCBookmark>& getBookmarks() const; public: boost::signal<void (const MUCBookmark&)> onBookmarkAdded; |