summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-11 17:51:28 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-11 17:51:28 -0700
commite05d70174ce269c1e525acfdccf6326eb4d5dd54 (patch)
treeb68094d53d07d9552936e3b33b5793a4e6605687 /indra
parenteb74acb28ef26c4cacc9f58a12ece780617cb960 (diff)
PATH-725: BUILDFIX Correcting a problem with Linux and Mac builds.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lllocationinputctrl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp
index 34573d7211..6d1b6f89f6 100644
--- a/indra/newview/lllocationinputctrl.cpp
+++ b/indra/newview/lllocationinputctrl.cpp
@@ -1199,6 +1199,9 @@ void LLLocationInputCtrl::onParcelIconClick(EParcelIcon icon)
case SEE_AVATARS_ICON:
LLNotificationsUtil::add("SeeAvatars");
break;
+ case PATHFINDING_DYNAMIC:
+ // prep TODO : add something here
+ break;
case ICON_COUNT:
break;
// no default to get compiler warning when a new icon gets added