diff options
Diffstat (limited to 'indra/llxml')
| -rw-r--r-- | indra/llxml/llcontrol.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llxml/llcontrol.h b/indra/llxml/llcontrol.h index e402061e1f..050d4b729f 100644 --- a/indra/llxml/llcontrol.h +++ b/indra/llxml/llcontrol.h @@ -385,7 +385,8 @@ class LLCachedControl  {  public:  	LLCachedControl(LLControlGroup& group, -					const std::string& name,  +					const std::string& name, +  					const T& default_value,   					const std::string& comment = "Declared In Code")  	{ | 
