diff --git a/src/tag_editor.h b/src/tag_editor.h index 86720eed..93b99b67 100644 --- a/src/tag_editor.h +++ b/src/tag_editor.h @@ -46,7 +46,7 @@ class TinyTagEditor : public Screen< Menu > virtual bool allowsSelection() { return false; } - virtual List *GetList() { return w; } + virtual List *GetList() { return 0; } bool SetEdited(MPD::Song *);