diff options
Diffstat (limited to 'indra/llui/llviewborder.cpp')
-rw-r--r-- | indra/llui/llviewborder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llviewborder.cpp b/indra/llui/llviewborder.cpp index 540a9f7513..a5b09671bb 100644 --- a/indra/llui/llviewborder.cpp +++ b/indra/llui/llviewborder.cpp @@ -35,7 +35,7 @@ #include "llfocusmgr.h" #include "lluictrlfactory.h" -static LLRegisterWidget<LLViewBorder> r("view_border"); +static LLDefaultWidgetRegistry::Register<LLViewBorder> r("view_border"); void LLViewBorder::BevelValues::declareValues() { |