aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ManaTools/Shared/GUI/EventRole.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/GUI/EventRole.pm b/lib/ManaTools/Shared/GUI/EventRole.pm
index f28b25ac..02376b81 100644
--- a/lib/ManaTools/Shared/GUI/EventRole.pm
+++ b/lib/ManaTools/Shared/GUI/EventRole.pm
@@ -73,7 +73,7 @@ requires 'processEvent';
has 'eventHandler' => (
is => 'ro',
- isa => 'ManaTools::Shared::GUI::EventHandlerRole',
+ does => 'ManaTools::Shared::GUI::EventHandlerRole',
required => 1,
);