diff --git a/src/beast/beast/intrusive/List.h b/src/beast/beast/intrusive/List.h index 560f309266..6aee1afc03 100644 --- a/src/beast/beast/intrusive/List.h +++ b/src/beast/beast/intrusive/List.h @@ -41,7 +41,7 @@ namespace detail // concurrently is required. // template -class ListNode : public Uncopyable +class ListNode { private: typedef T value_type; diff --git a/src/beast/modules/beast_core/thread/DeadlineTimer.h b/src/beast/modules/beast_core/thread/DeadlineTimer.h index cde0d0d793..3fe462adef 100644 --- a/src/beast/modules/beast_core/thread/DeadlineTimer.h +++ b/src/beast/modules/beast_core/thread/DeadlineTimer.h @@ -22,7 +22,9 @@ /** Provides periodic or one time notifications at a specified time interval. */ -class DeadlineTimer : public List ::Node +class DeadlineTimer + : public List ::Node + , public Uncopyable { public: /** Listener for a deadline timer.