summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-11-01 20:19:05 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-11-01 20:19:05 (GMT)
commit8effa7fb6c2e341734be5392566c06e9ac38d1b7 (patch)
tree9e272145318edcc9bd5140d8591658f376bd33be /Swiften/MUC/MUCBookmarkManager.h
parent4cf2c5dbea1d620f824fda243c588ddf984f7737 (diff)
downloadswift-8effa7fb6c2e341734be5392566c06e9ac38d1b7.zip
swift-8effa7fb6c2e341734be5392566c06e9ac38d1b7.tar.bz2
Disable bookmarks when offline.
Resolves: #679 Release-Notes: You can no longer use bookmarks while offline.
Diffstat (limited to 'Swiften/MUC/MUCBookmarkManager.h')
-rw-r--r--Swiften/MUC/MUCBookmarkManager.h2
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;