aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-02-07 01:08:07 +0000
committernyamatongwe <devnull@localhost>2006-02-07 01:08:07 +0000
commit4a8865a6e473fe2f3cfbf524881027a95751f643 (patch)
tree51a6cfa51e6d8dd3b3ca8c9457edc3671cd637c8 /src
parenta3878230af44c5ffef249dd8fc7d950d51e085e7 (diff)
downloadscintilla-mirror-4a8865a6e473fe2f3cfbf524881027a95751f643.tar.gz
Made a symbol static.
Diffstat (limited to 'src')
-rw-r--r--src/CallTip.cxx2
1 files changed, 1 insertions, 1 deletions
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;