diff options
Diffstat (limited to 'src/dropper-context.h')
| -rw-r--r-- | src/dropper-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dropper-context.h b/src/dropper-context.h index a95b4662e..a6ddf7305 100644 --- a/src/dropper-context.h +++ b/src/dropper-context.h @@ -31,7 +31,7 @@ public: virtual void setup(); virtual void finish(); - virtual gint root_handler(GdkEvent* event); + virtual bool root_handler(GdkEvent* event); virtual const std::string& getPrefsPath(); |
