Make all call type default in $cquery/callHierarchy

This commit is contained in:
Jacob Dufault 2018-02-27 23:08:39 -08:00
parent 78fe0c7ebe
commit d1fdf231c8

View File

@ -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;
};