aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-17 09:14:00 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-17 09:14:00 +0100
commit8095de030ba4bc82def25da3eaaf5b4b95d7529f (patch)
tree4229300c4847e5697cca6ab5720beb5d58a4b814 /src/uicmd.cc
parenteda2b7472e13f7fdf95c54feb802c889a6dbe503 (diff)
some consts
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 11aea306..da416dcd 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -230,7 +230,7 @@ BrowserWindow *a_UIcmd_browser_window_new(int ww, int wh, const void *vbw)
* Create a new Tab.
* i.e the new UI and its associated BrowserWindow data structure.
*/
-BrowserWindow *UIcmd_tab_new(const void *vbw)
+static BrowserWindow *UIcmd_tab_new(const void *vbw)
{
_MSG(" UIcmd_tab_new vbw=%p\n", vbw);