summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2018-07-17 16:15:11 (GMT)
committerKevin Smith <kevin.smith@isode.com>2018-07-17 20:09:00 (GMT)
commit0d3c4298f0818cb377fcfc8409e89fe6327ab036 (patch)
tree095c9154a52f22ff51a36613f76aea60bbfbc677 /Swiften/MUC/MUCBookmarkManager.h
parent709d35a0e3624046ba00429d50dfd33d8bbc9d9c (diff)
downloadswift-0d3c4298f0818cb377fcfc8409e89fe6327ab036.zip
swift-0d3c4298f0818cb377fcfc8409e89fe6327ab036.tar.bz2
Rename variable for consistency
Everything else in the class uses underscore suffixes already. Test-Information: Unit tests pass. Change-Id: I1263025f18a6e06971610f8c7fc06f47bbbe9c9d
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 7f262da..1ef227d 100644
--- a/Swiften/MUC/MUCBookmarkManager.h
+++ b/Swiften/MUC/MUCBookmarkManager.h
@@ -48,6 +48,6 @@ namespace Swift {
bool handlingReceivedBookmarks_;
std::vector<MUCBookmark> bookmarks_;
IQRouter* iqRouter_;
- std::shared_ptr<Storage> storage;
+ std::shared_ptr<Storage> storage_;
};
}