diff --git a/src/messages/cquery_call_hierarchy.cc b/src/messages/cquery_call_hierarchy.cc index 1a8e7c41..905253cb 100644 --- a/src/messages/cquery_call_hierarchy.cc +++ b/src/messages/cquery_call_hierarchy.cc @@ -28,7 +28,7 @@ struct Ipc_CqueryCallHierarchy bool callee = false; // Base: include base functions; All: include both base and derived // functions. - CallType callType = CallType::Direct; + CallType callType = CallType::All; bool detailedName = false; int levels = 1; };