diff options
author | nyamatongwe <unknown> | 2006-02-07 01:08:07 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-07 01:08:07 +0000 |
commit | 7b54c9661e19fefa69714a611c7b2f20abdf4b04 (patch) | |
tree | 51a6cfa51e6d8dd3b3ca8c9457edc3671cd637c8 /src | |
parent | 0ff95ff175c1bb6f918792fb67ea0b053fb86a3e (diff) | |
download | scintilla-mirror-7b54c9661e19fefa69714a611c7b2f20abdf4b04.tar.gz |
Made a symbol static.
Diffstat (limited to 'src')
-rw-r--r-- | src/CallTip.cxx | 2 |
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; |