diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-07-13 01:21:19 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-07-13 01:21:19 +0300 |
commit | b3ae56b42796490676422a60f57cee22f6085b5a (patch) | |
tree | be58c0f1bfb6b41b1975170eb13b6b510ee49101 /indra/newview/lleventpoll.h | |
parent | 3e60211e47a0b42e43b2d715e03446f80e1681cd (diff) | |
parent | 85c0bec92c74e13c08dc316d2d1c3b0941dff536 (diff) |
Merged in lindenlab/viewer-lynx
Diffstat (limited to 'indra/newview/lleventpoll.h')
-rw-r--r-- | indra/newview/lleventpoll.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/indra/newview/lleventpoll.h b/indra/newview/lleventpoll.h index e2afd9226b..65766dbb2a 100644 --- a/indra/newview/lleventpoll.h +++ b/indra/newview/lleventpoll.h @@ -27,12 +27,6 @@ #ifndef LL_LLEVENTPOLL_H #define LL_LLEVENTPOLL_H -#include "boost/move/unique_ptr.hpp" - -namespace boost -{ - using ::boost::movelib::unique_ptr; // move unique_ptr into the boost namespace. -} class LLHost; @@ -57,7 +51,7 @@ public: private: - boost::unique_ptr<LLEventPolling::Details::LLEventPollImpl> mImpl; + boost::shared_ptr<LLEventPolling::Details::LLEventPollImpl> mImpl; }; |