summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/UIEvents/SendFileUIEvent.h')
-rw-r--r--Swift/Controllers/UIEvents/SendFileUIEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIEvents/SendFileUIEvent.h b/Swift/Controllers/UIEvents/SendFileUIEvent.h
index 72452df..26e4940 100644
--- a/Swift/Controllers/UIEvents/SendFileUIEvent.h
+++ b/Swift/Controllers/UIEvents/SendFileUIEvent.h
@@ -21,7 +21,7 @@
namespace Swift {
class SendFileUIEvent : public UIEvent {
public:
- typedef boost::shared_ptr<SendFileUIEvent> ref;
+ typedef std::shared_ptr<SendFileUIEvent> ref;
SendFileUIEvent(const JID& jid, const std::string& filename) : jid(jid), filename(filename) {
}