summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llslurl.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llslurl.cpp b/indra/newview/llslurl.cpp
index 3858a1b9ce..262ea3ca1f 100644
--- a/indra/newview/llslurl.cpp
+++ b/indra/newview/llslurl.cpp
@@ -459,9 +459,10 @@ bool LLSLURL::operator ==(const LLSLURL& rhs)
case HOME_LOCATION:
case LAST_LOCATION:
return true;
- }
- return false;
+ default:
+ return false;
+ }
}
bool LLSLURL::operator !=(const LLSLURL& rhs)