From e05d70174ce269c1e525acfdccf6326eb4d5dd54 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Mon, 11 Jun 2012 17:51:28 -0700 Subject: PATH-725: BUILDFIX Correcting a problem with Linux and Mac builds. --- indra/newview/lllocationinputctrl.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3