[warning-fix][depcrecated-conversion-from-string]

This commit is contained in:
tpaviot 2011-08-12 23:42:03 +02:00
parent e98d00ffdd
commit 8e256d736e

View file

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