diff options
author | Richard Linden <none@none> | 2010-10-11 16:33:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-11 16:33:23 -0700 |
commit | b10744dbee7ffa64180f5558cac874e126045fc8 (patch) | |
tree | 2bd3c9fed29357ebe2d01285000cdb7af3791df0 /indra/llui/llnotifications.h | |
parent | 7c256e5a13dc32af12aa5c9f90a1be040e4e64e2 (diff) |
fix for default notification form valus not appearing
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 1 |
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(); }; |