summaryrefslogtreecommitdiff
path: root/atari/cookies.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/cookies.h')
-rw-r--r--atari/cookies.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/cookies.h b/atari/cookies.h
index 1ef03b795..fc95f65fe 100644
--- a/atari/cookies.h
+++ b/atari/cookies.h
@@ -23,7 +23,8 @@ struct core_window;
struct atari_cookie_manager_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;
};