[Debugger] Fix search
This commit is contained in:
parent
e4fd9e4cdd
commit
476d2dbc22
|
@ -141,8 +141,7 @@ CScanResult::CScanResult(AddressType addressType, DisplayFormat displayFormat) :
|
|||
m_AddressType(addressType),
|
||||
m_Address(0),
|
||||
m_DisplayFormat(displayFormat),
|
||||
m_bSelected(false),
|
||||
m_Description(nullptr)
|
||||
m_bSelected(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue