diff options
Diffstat (limited to 'exemples/exemple_multi_selection.pl')
-rwxr-xr-x | exemples/exemple_multi_selection.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exemples/exemple_multi_selection.pl b/exemples/exemple_multi_selection.pl index 7cd089b..c0e6251 100755 --- a/exemples/exemple_multi_selection.pl +++ b/exemples/exemple_multi_selection.pl @@ -30,7 +30,7 @@ my $frame = new MTools (800, 600, 'Exemple SVG'); my $bck = new MTools::GUI::MRect (1, 0, 0, 800, 600, -filled => 1, -fillcolor => '#aaaaaa'); -my $objs = new MTools::MGroup (1); +my $objs = new MTools::GUI::MGroup (1); my $multi = new MTools::Comp::MMultiSelection ( $bck, |