diff options
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/ScintillaGTK.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gtk/ScintillaGTK.h b/gtk/ScintillaGTK.h index 6b400fecc..35778c520 100644 --- a/gtk/ScintillaGTK.h +++ b/gtk/ScintillaGTK.h @@ -272,7 +272,7 @@ public:  	virtual void Destroyed() {} -	bool IsDestroyed() { +	bool IsDestroyed() const {  		return weakRef != 0;  	}  }; | 
