summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h')
-rw-r--r--Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h b/Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h
index 88528d7..9b2f60f 100644
--- a/Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h
+++ b/Swift/Controllers/UIEvents/ShowProfileForRosterItemUIEvent.h
@@ -20,7 +20,7 @@ namespace Swift {
class ShowProfileForRosterItemUIEvent : public UIEvent {
public:
- typedef boost::shared_ptr<ShowProfileForRosterItemUIEvent> ref;
+ typedef std::shared_ptr<ShowProfileForRosterItemUIEvent> ref;
public:
ShowProfileForRosterItemUIEvent(const JID& jid) : jid_(jid) {}
virtual ~ShowProfileForRosterItemUIEvent() {}