From db5647f2867daec941d1cdc44fea3a8a1f77544d Mon Sep 17 00:00:00 2001 From: neoraider Date: Tue, 19 Feb 2008 18:27:04 +0000 Subject: zoomedit: Removed unnecessary isSensitive methods. --- Tool.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Tool.h') diff --git a/Tool.h b/Tool.h index a6c0ee0..56c1605 100644 --- a/Tool.h +++ b/Tool.h @@ -20,7 +20,10 @@ class Tool : public Object { } virtual GtkWidget* getImage() = 0; - virtual bool isSensitive() = 0; + + virtual bool isSensitive() const { + return true; + } virtual bool hoverFilter(const LevelObject &object) const = 0; -- cgit v1.2.3