Skip to content

Commit

Permalink
Actually Delete LLView copy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
LiruMouse committed Mar 24, 2020
1 parent 9522e38 commit ee1baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/llui/llview.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class LLView

private:
// widgets in general are not copyable
LLView(const LLView& other) {};
LLView(const LLView& other) = delete;
public:
#if LL_DEBUG
static BOOL sIsDrawing;
Expand Down

0 comments on commit ee1baaf

Please sign in to comment.