summaryrefslogtreecommitdiff
path: root/beos/window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-15 19:37:05 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-15 19:37:05 +0000
commitbd065d4a434755e67642a071e255cba596de8d1e (patch)
tree343a4343ace1c38f3ab67b3a9405a629fbbaa117 /beos/window.h
parent68eaec5cb4208ee80e7c0610361405fd01fc1b69 (diff)
downloadnetsurf-bd065d4a434755e67642a071e255cba596de8d1e.tar.gz
netsurf-bd065d4a434755e67642a071e255cba596de8d1e.tar.bz2
split browser gui operations up
Diffstat (limited to 'beos/window.h')
-rw-r--r--beos/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/window.h b/beos/window.h
index 8e98841c7..fb67517d2 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -25,7 +25,7 @@ extern "C" {
}
#include "beos/scaffolding.h"
-extern struct gui_window_table *beos_gui_window_table;
+extern struct gui_window_table *beos_window_table;
class NSBrowserFrameView : public BView {
public: