Actually Delete LLView copy constructor
This commit is contained in:
@@ -235,7 +235,7 @@ private:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// widgets in general are not copyable
|
// widgets in general are not copyable
|
||||||
LLView(const LLView& other) {};
|
LLView(const LLView& other) = delete;
|
||||||
public:
|
public:
|
||||||
#if LL_DEBUG
|
#if LL_DEBUG
|
||||||
static BOOL sIsDrawing;
|
static BOOL sIsDrawing;
|
||||||
|
|||||||
Reference in New Issue
Block a user