diff options
Diffstat (limited to 'src/CallTip.h')
-rwxr-xr-x | src/CallTip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index 9848a10..1fd38c3 100755 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -18,7 +18,7 @@ class CallTip { PRectangle rectUp; // rectangle of last up angle in the tip PRectangle rectDown; // rectangle of last down arrow in the tip int lineHeight; // vertical line spacing - int offsetMain; // The alignment point of the call tip + int offsetMain; // The tqalignment point of the call tip int tabSize; // Tab size in pixels, <=0 no TAB expand bool useStyleCallTip; // if true, STYLE_CALLTIP should be used |