summaryrefslogtreecommitdiff
path: root/atari/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.h')
-rw-r--r--atari/history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/history.h b/atari/history.h
index c6b821fe7..919407c63 100644
--- a/atari/history.h
+++ b/atari/history.h
@@ -23,7 +23,8 @@ struct core_window;
struct atari_global_history_s {
GUIWIN * window;
- struct atari_treeview_window * tv;/*< The hotlist treeview handle. */
+ //struct atari_treeview_window * tv;/*< The hotlist treeview handle. */
+ struct core_window *tv;
bool init;
};