diff options
| author | Geenz <geenz@geenzo.com> | 2013-01-24 16:36:31 -0500 |
|---|---|---|
| committer | Geenz <geenz@geenzo.com> | 2013-01-24 16:36:31 -0500 |
| commit | f39532c407229403f6d67312638bf5dc3514687d (patch) | |
| tree | de0f376b3bbe03d585f989adf02c3eadb01347f2 /indra/llxml | |
| parent | a82ff3fcb7556bd810ec37c0b74c565b42e92250 (diff) | |
| parent | a30a2c492d06c9ef843a43c0ff0be6f2826d6d0b (diff) | |
Merged with latest viewer-dev.
Diffstat (limited to 'indra/llxml')
| -rw-r--r-- | indra/llxml/llcontrol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h index 9a3a40e476..ee7d1d50b7 100644 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -254,6 +254,7 @@ public: else { llwarns << "Control " << name << " not found." << llendl; + return T(); } return convert_from_llsd<T>(value, type, name); } |
