aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llcheckboxctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llcheckboxctrl.h')
-rw-r--r--linden/indra/llui/llcheckboxctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llcheckboxctrl.h b/linden/indra/llui/llcheckboxctrl.h
index 1f92708..6df0e77 100644
--- a/linden/indra/llui/llcheckboxctrl.h
+++ b/linden/indra/llui/llcheckboxctrl.h
@@ -83,7 +83,7 @@ public:
83 virtual void setEnabled( BOOL b ); 83 virtual void setEnabled( BOOL b );
84 84
85 virtual void draw(); 85 virtual void draw();
86 virtual void reshape(S32 width, S32 height, BOOL called_from_parent); 86 virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE);
87 87
88 // LLUICtrl interface 88 // LLUICtrl interface
89 virtual void setValue(const LLSD& value ); 89 virtual void setValue(const LLSD& value );