Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Weird fix but it makes it work :)
  • Loading branch information
azawawi committed Jun 3, 2016
1 parent 2205667 commit fc5c3b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GTK/Simple/Toolbar.pm6
Expand Up @@ -3,10 +3,11 @@ use v6;
use GTK::Simple::Raw :toolbar, :box, :vbox, :DEFAULT;
use GTK::Simple::VBox;
use GTK::Simple::Widget;
use GTK::Simple::MenuToolButton;

unit class GTK::Simple::Toolbar does GTK::Simple::Widget;

use GTK::Simple::MenuToolButton;

has $!item-count = 0;

enum GtkToolbarStyle is export (
Expand Down

0 comments on commit fc5c3b6

Please sign in to comment.