diff options
| author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-11 14:16:46 -0500 |
|---|---|---|
| committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-11 14:16:46 -0500 |
| commit | 1f3a55470919bf451f9c45b454d9bbf815a3e88a (patch) | |
| tree | 767db8bc3edec1cf94b71c9416f4bb2d6c91bf53 | |
| parent | f042f35381f961e5648c239ae9dbf4b40941e96e (diff) | |
Minor gcc compile fix
--HG--
branch : avatar-pipeline
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 1ff6f00cc5..26a8a707b8 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -535,6 +535,8 @@ bool isWornLink(LLUUID link_id) if (LLGestureManager::instance().isGestureActive(item->getUUID())) return true; break; + default: + break; } return false; } |
