diff options
Diffstat (limited to 'indra/llui/llcheckboxctrl.h')
-rw-r--r-- | indra/llui/llcheckboxctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llcheckboxctrl.h b/indra/llui/llcheckboxctrl.h index 2921e837c4..6e1ab322af 100644 --- a/indra/llui/llcheckboxctrl.h +++ b/indra/llui/llcheckboxctrl.h @@ -82,7 +82,7 @@ public: virtual void setEnabled( BOOL b ); virtual void draw(); - virtual void reshape(S32 width, S32 height, BOOL called_from_parent); + virtual void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); // LLUICtrl interface virtual void setValue(const LLSD& value ); |