summaryrefslogtreecommitdiff
path: root/atari/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.h')
-rw-r--r--atari/hotlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/hotlist.h b/atari/hotlist.h
index 2bcda5f01..d3ef02292 100644
--- a/atari/hotlist.h
+++ b/atari/hotlist.h
@@ -26,7 +26,8 @@
struct atari_hotlist {
GUIWIN * window;
- ATARI_TREEVIEW_PTR tv;/*< The hotlist treeview handle. */
+ //ATARI_TREEVIEW_PTR tv;/*< The hotlist treeview handle. */
+ struct core_window *tv;
bool init;
char path[PATH_MAX];
};