add missing private keyword

This commit is contained in:
Eric House 2012-04-18 23:04:55 -07:00
parent d67614cd69
commit b4416f3abe

View file

@ -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 );