Fix build on non-android systems
This commit is contained in:
parent
5adaf8915c
commit
23d349d081
3 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,6 @@ public class HtmlLauncher extends GwtApplication {
|
|||
|
||||
@Override
|
||||
public ApplicationListener createApplicationListener () {
|
||||
return new Klooni();
|
||||
return new Klooni(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue