summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h')
-rw-r--r--Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h b/Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h
index 5693ab1..25a5e42 100644
--- a/Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h
+++ b/Swift/Controllers/UIEvents/RequestContactEditorUIEvent.h
@@ -13,7 +13,7 @@
namespace Swift {
class RequestContactEditorUIEvent : public UIEvent {
public:
- typedef boost::shared_ptr<RequestContactEditorUIEvent> ref;
+ typedef std::shared_ptr<RequestContactEditorUIEvent> ref;
RequestContactEditorUIEvent(const JID& jid) : jid(jid) {
}