diff options
Diffstat (limited to 'src/CallTip.h')
| -rw-r--r-- | src/CallTip.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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();  | 
