diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llcheckboxctrl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llui/llcheckboxctrl.cpp b/linden/indra/llui/llcheckboxctrl.cpp index ecb6342..33de4da 100644 --- a/linden/indra/llui/llcheckboxctrl.cpp +++ b/linden/indra/llui/llcheckboxctrl.cpp | |||
@@ -45,10 +45,11 @@ | |||
45 | #include "llfontgl.h" | 45 | #include "llfontgl.h" |
46 | #include "lltextbox.h" | 46 | #include "lltextbox.h" |
47 | #include "llkeyboard.h" | 47 | #include "llkeyboard.h" |
48 | #include "llviewborder.h" | ||
49 | 48 | ||
50 | const U32 MAX_STRING_LENGTH = 10; | 49 | const U32 MAX_STRING_LENGTH = 10; |
51 | 50 | ||
51 | static LLRegisterWidget<LLCheckBoxCtrl> r("check_box"); | ||
52 | |||
52 | 53 | ||
53 | LLCheckBoxCtrl::LLCheckBoxCtrl(const LLString& name, const LLRect& rect, | 54 | LLCheckBoxCtrl::LLCheckBoxCtrl(const LLString& name, const LLRect& rect, |
54 | const LLString& label, | 55 | const LLString& label, |