From 4a8865a6e473fe2f3cfbf524881027a95751f643 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 7 Feb 2006 01:08:07 +0000 Subject: Made a symbol static. --- src/CallTip.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CallTip.cxx b/src/CallTip.cxx index f7a458313..f4bc5f83c 100644 --- a/src/CallTip.cxx +++ b/src/CallTip.cxx @@ -14,7 +14,7 @@ #include "CallTip.h" static const int insetX = 5; // text inset in x from calltip border -const int widthArrow = 14; +static const int widthArrow = 14; CallTip::CallTip() { wCallTip = 0; -- cgit v1.2.3