diff options
Diffstat (limited to 'src/CallTip.h')
| -rw-r--r-- | src/CallTip.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index bdf1123c7..a64755fd1 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -27,8 +27,8 @@ class CallTip {  	bool useStyleCallTip;   // if true, STYLE_CALLTIP should be used  	// Private so CallTip objects can not be copied -	CallTip(const CallTip &) {} -	CallTip &operator=(const CallTip &) { return *this; } +	CallTip(const CallTip &); +	CallTip &operator=(const CallTip &);  	void DrawChunk(Surface *surface, int &x, const char *s,  		int posStart, int posEnd, int ytext, PRectangle rcClient,  		bool highlight, bool draw);  | 
