summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r--indra/newview/llchiclet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h
index 58a797218f..5705cbb3f5 100644
--- a/indra/newview/llchiclet.h
+++ b/indra/newview/llchiclet.h
@@ -552,7 +552,7 @@ protected:
LLNotificationChiclet* const mChiclet;
};
- boost::scoped_ptr<ChicletNotificationChannel> mNotificationChannel;
+ std::unique_ptr<ChicletNotificationChannel> mNotificationChannel;
LLNotificationChiclet(const Params& p);