summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-11 16:33:23 -0700
committerRichard Linden <none@none>2010-10-11 16:33:23 -0700
commitb10744dbee7ffa64180f5558cac874e126045fc8 (patch)
tree2bd3c9fed29357ebe2d01285000cdb7af3791df0 /indra/llui/llnotifications.h
parent7c256e5a13dc32af12aa5c9f90a1be040e4e64e2 (diff)
fix for default notification form valus not appearing
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r--indra/llui/llnotifications.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index 5298549b58..3b50d0b2b6 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -194,6 +194,7 @@ public:
{
Mandatory<std::string> type;
Optional<S32> width;
+ Optional<std::string> value;
FormInput();
};