call: conference

Change-Id: I728f11a1f7e62e71be8a85e9f05f715708b394af
diff --git a/src/views/HoverTableRowView.h b/src/views/HoverTableRowView.h
index 6bd033d..bad6e27 100644
--- a/src/views/HoverTableRowView.h
+++ b/src/views/HoverTableRowView.h
@@ -56,6 +56,8 @@
 @property BOOL highlightable;
 - (void) drawSelection: (BOOL) isSelected;
 
+-(void)setBlurType:(int)type;
+
 @end
 
 // Used by the HoverTableRowView and the RingTableView