diff options
Diffstat (limited to 'indra/newview/llpathfindingpathtool.h')
-rw-r--r-- | indra/newview/llpathfindingpathtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h index 0294111ccf..671f5bef95 100644 --- a/indra/newview/llpathfindingpathtool.h +++ b/indra/newview/llpathfindingpathtool.h @@ -77,6 +77,8 @@ public: virtual BOOL handleHover(S32 pX, S32 pY, MASK pMask); + virtual BOOL handleKey(KEY pKey, MASK pMask); + EPathStatus getPathStatus() const; F32 getCharacterWidth() const; |