Skip to content

Commit 1a64cf8

Browse files
authored
Update pubsub.h
1 parent f12910c commit 1a64cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ namespace gloox
238238
};
239239

240240
typedef std::list<SubscriptionInfo> SubscriptionList;
241-
typedef std::map<const std::string, SubscriptionList> SubscriptionMap;
241+
typedef std::map<std::string, SubscriptionList> SubscriptionMap;
242242
typedef std::map<std::string, AffiliationType> AffiliationMap;
243243
typedef std::list<Item*> ItemList;
244244

0 commit comments

Comments
 (0)