diff options
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index f19500c98d..8a0814734c 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1493,6 +1493,11 @@ void LLAppearanceMgr::copyCategoryLinks(const LLUUID& src_id, const LLUUID& dst_ } break; } + default: + { + // Linux refuses to compile unless all possible enums are handled. Really, Linux? + break; + } } } slam_inventory_folder(dst_id, contents, cb); |