diff options
Diffstat (limited to 'indra/newview/llpathfindingpathtool.h')
-rw-r--r-- | indra/newview/llpathfindingpathtool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h index 1f55573c58..720314df02 100644 --- a/indra/newview/llpathfindingpathtool.h +++ b/indra/newview/llpathfindingpathtool.h @@ -76,7 +76,7 @@ public: virtual bool handleHover(S32 pX, S32 pY, MASK pMask); - virtual BOOL handleKey(KEY pKey, MASK pMask); + virtual bool handleKey(KEY pKey, MASK pMask); EPathStatus getPathStatus() const; |