[warning-fix][depcrecated-conversion-from-string]
This commit is contained in:
parent
e98d00ffdd
commit
8e256d736e
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ void ComplexList::addImplicitSubs( Linked_List subs, ComplexCollect * col )
|
|||
* list.) If any are found they are ANDORed with the other subtypes.
|
||||
*/
|
||||
{
|
||||
EntNode node;
|
||||
EntNode node((char *)"");
|
||||
// Temp var - used to check if this already contains certain values.
|
||||
int none_yet = TRUE;
|
||||
AndOrList * ao;
|
||||
|
|
|
|||
Loading…
Reference in a new issue