summaryrefslogtreecommitdiff
path: root/amiga/print.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-09-02 22:10:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-09-02 22:10:20 +0000
commit4539f8836e30b16982efab4e7c70191af171e7d5 (patch)
treef4c1c9590407d379c58cd8e5db72962df32f9c49 /amiga/print.h
parenta54b88fc90c18714cf08223999806c6c91d00db6 (diff)
downloadnetsurf-4539f8836e30b16982efab4e7c70191af171e7d5.tar.gz
netsurf-4539f8836e30b16982efab4e7c70191af171e7d5.tar.bz2
Squash compiler warnings
svn path=/trunk/netsurf/; revision=12703
Diffstat (limited to 'amiga/print.h')
-rwxr-xr-xamiga/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/print.h b/amiga/print.h
index f25890bda..bdd409b50 100755
--- a/amiga/print.h
+++ b/amiga/print.h
@@ -26,7 +26,7 @@ struct ami_print_window {
struct nsObject *node;
struct Window *win;
Object *objects[OID_LAST];
- struct Gadget *gadgets[GID_LAST];
+ Object *gadgets[GID_LAST];
struct hlcache_handle *c;
};