mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
add missing private keyword
This commit is contained in:
parent
d67614cd69
commit
b4416f3abe
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class XWListItem extends LinearLayout {
|
|||
private int m_position;
|
||||
private Context m_context;
|
||||
private Object m_cached;
|
||||
DeleteCallback m_cb;
|
||||
private DeleteCallback m_cb;
|
||||
|
||||
public interface DeleteCallback {
|
||||
void deleteCalled( XWListItem item );
|
||||
|
|
Loading…
Reference in a new issue