We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12910c commit 1a64cf8Copy full SHA for 1a64cf8
src/pubsub.h
@@ -238,7 +238,7 @@ namespace gloox
238
};
239
240
typedef std::list<SubscriptionInfo> SubscriptionList;
241
- typedef std::map<const std::string, SubscriptionList> SubscriptionMap;
+ typedef std::map<std::string, SubscriptionList> SubscriptionMap;
242
typedef std::map<std::string, AffiliationType> AffiliationMap;
243
typedef std::list<Item*> ItemList;
244
0 commit comments