mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
make constructor protected
This commit is contained in:
parent
ce77f09588
commit
5d9e846316
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class XlatingSpinnerAdapter implements SpinnerAdapter {
|
|||
private SpinnerAdapter m_adapter;
|
||||
private Context m_context;
|
||||
|
||||
public XlatingSpinnerAdapter( Context context, SpinnerAdapter adapter )
|
||||
protected XlatingSpinnerAdapter( Context context, SpinnerAdapter adapter )
|
||||
{
|
||||
m_adapter = adapter;
|
||||
m_context = context;
|
||||
|
|
Loading…
Reference in a new issue