Actually Delete LLView copy constructor

This commit is contained in:
Liru Færs
2020-03-23 20:16:39 -04:00
parent 9522e385cd
commit ee1baafb59

View File

@@ -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;