summaryrefslogtreecommitdiff
path: root/beos/gui.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-03 19:56:22 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-03 19:56:22 +0100
commitb9e71cee63ec147016faf57773abadcde6924a6f (patch)
tree30bcc64004a3a03a9658b3232ea2fa0e533ac483 /beos/gui.cpp
parent246ab6d9ff7504cdc7bf88efe1d4aca987b5c095 (diff)
downloadnetsurf-b9e71cee63ec147016faf57773abadcde6924a6f.tar.gz
netsurf-b9e71cee63ec147016faf57773abadcde6924a6f.tar.bz2
fix erroneously removed includes in beos window header
Diffstat (limited to 'beos/gui.cpp')
-rw-r--r--beos/gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/gui.cpp b/beos/gui.cpp
index 95b159774..2e0aa4cc5 100644
--- a/beos/gui.cpp
+++ b/beos/gui.cpp
@@ -1058,7 +1058,7 @@ int gui_init_replicant(int argc, char** argv)
&beos_misc_table,
beos_window_table,
beos_download_table,
- &beos_clipboard_table,
+ beos_clipboard_table,
&beos_fetch_table,
NULL, /* use POSIX file */
NULL, /* default utf8 */