diff options
-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; |