mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
oops -- fix compilation error
This commit is contained in:
parent
b3f6e1b0a3
commit
b68775b620
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import android.os.Bundle;
|
|||
public class GameConfigFrag extends XWFragment {
|
||||
|
||||
@Override
|
||||
public void onCreate( Bundle savedInstanceState )
|
||||
public void onCreate( Bundle sis )
|
||||
{
|
||||
super.onCreate( new GameConfigDelegate( this, sis ), sis, true );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue