diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp
index a12235c16f6affa89283147421a516beff355e9a..2459429f6e52f28f6c259841fd208f22a7881f01 100644
--- a/indra/llui/llbutton.cpp
+++ b/indra/llui/llbutton.cpp
@@ -101,7 +101,8 @@ LLButton::Params::Params()
 	commit_on_return("commit_on_return", true),
 	use_draw_context_alpha("use_draw_context_alpha", true),
 	badge("badge"),
-	handle_right_mouse("handle_right_mouse")
+	handle_right_mouse("handle_right_mouse"),
+	held_down_delay("held_down_delay")
 {
 	addSynonym(is_toggle, "toggle");
 	changeDefault(initial_value, LLSD(false));