diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llui/llcheckboxctrl.cpp | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
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, |