diff --git a/indra/llui/llview.h b/indra/llui/llview.h index 3fd5d44b3..7cfce62c4 100644 --- a/indra/llui/llview.h +++ b/indra/llui/llview.h @@ -235,7 +235,7 @@ private: private: // widgets in general are not copyable - LLView(const LLView& other) {}; + LLView(const LLView& other) = delete; public: #if LL_DEBUG static BOOL sIsDrawing;