Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix missed module name in refactor
  • Loading branch information
azawawi committed Jun 3, 2016
1 parent 6178e3e commit 02df3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GTK/Simple/NativeLib.pm6
@@ -1,7 +1,8 @@

use v6;

unit module GTK::NativeLib;
unit module GTK::Simple::NativeLib;

use NativeCall;

# On any non-windows machine, this just returns the library name
Expand Down

0 comments on commit 02df3a0

Please sign in to comment.