Make all the controls non-copyable so that I don't get weird, insidious, hard-to-track errors from forgetting a reference mark like I did when converting the edit item type dialogs
This commit is contained in:
@@ -42,6 +42,8 @@ public:
|
||||
void setMaximum(long to);
|
||||
void setPageSize(long to);
|
||||
void draw();
|
||||
cScrollbar& operator=(cScrollbar& other) = delete;
|
||||
cScrollbar(cScrollbar& other) = delete;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user