From 261277783fa16e0c974b1981a5eb0a208fca955e Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 21 Apr 2017 09:30:16 +1000 Subject: More consistent deletion of standard methods. --- src/CallTip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CallTip.h') diff --git a/src/CallTip.h b/src/CallTip.h index aec915373..ad669fa22 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -53,7 +53,7 @@ public: int verticalOffset; // pixel offset up or down of the calltip with respect to the line CallTip(); - // Deleted so CallTip objects can not be copied + // Deleted so CallTip objects can not be copied. CallTip(const CallTip &) = delete; CallTip &operator=(const CallTip &) = delete; ~CallTip(); -- cgit v1.2.3