summaryrefslogtreecommitdiff
path: root/frontends/amiga/history_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/history_local.h')
-rwxr-xr-xfrontends/amiga/history_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/history_local.h b/frontends/amiga/history_local.h
index f7488211c..284da3422 100755
--- a/frontends/amiga/history_local.h
+++ b/frontends/amiga/history_local.h
@@ -23,6 +23,7 @@
#include <intuition/classusr.h>
struct gui_window;
+struct gui_globals;
struct history_window {
struct nsObject *node;
@@ -30,7 +31,7 @@ struct history_window {
Object *objects[GID_LAST];
struct gui_window *gw;
struct Hook scrollerhook;
- struct gui_globals gg;
+ struct gui_globals *gg;
};
/**