diff options
Diffstat (limited to 'lib/ManaTools')
-rw-r--r-- | lib/ManaTools/Shared/GUI/ReplacePoint.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/GUI/ReplacePoint.pm b/lib/ManaTools/Shared/GUI/ReplacePoint.pm index 8001feb1..d3ac6fd2 100644 --- a/lib/ManaTools/Shared/GUI/ReplacePoint.pm +++ b/lib/ManaTools/Shared/GUI/ReplacePoint.pm @@ -106,7 +106,7 @@ use yui; has 'eventHandler' => ( is => 'rw', - does => 'Maybe[EventHandlerRole]', + does => 'Maybe[ManaTools::Shared::GUI::EventHandlerRole]', lazy => 1, default => undef, trigger => sub { |