diff options
Diffstat (limited to 'linden/indra/llui/llcheckboxctrl.cpp')
-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 9f11ff8..5f3350e 100644 --- a/linden/indra/llui/llcheckboxctrl.cpp +++ b/linden/indra/llui/llcheckboxctrl.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 5 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -175,7 +176,7 @@ void LLCheckBoxCtrl::onCommit() | |||
175 | 176 | ||
176 | void LLCheckBoxCtrl::setEnabled(BOOL b) | 177 | void LLCheckBoxCtrl::setEnabled(BOOL b) |
177 | { | 178 | { |
178 | LLUICtrl::setEnabled(b); | 179 | LLView::setEnabled(b); |
179 | mButton->setEnabled(b); | 180 | mButton->setEnabled(b); |
180 | } | 181 | } |
181 | 182 | ||