diff options
author | Jonathan Yap <none@none> | 2012-06-08 17:09:37 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-06-08 17:09:37 -0400 |
commit | dce0a9be48808d084f3c98615d5747544fe59ad5 (patch) | |
tree | f91a6c671917542c39a130a89adb6e557877641a /indra/newview | |
parent | 15011a7b9d5147629d1d2111c73eecc42a71ae9e (diff) |
STORM-68 Add default: to switch statement to fix compiling issue on mac/linux
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index 0d56233db1..83a195738a 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -1352,6 +1352,8 @@ void create_new_item(const std::string& name, next_owner_perm = LLFloaterPerms::getNextOwnerPerms("Notecards"); break; } + default: + break; } create_inventory_item(gAgent.getID(), |