Clear qualifier path when changing type

This fixes a bug where overriding an enum parameter with a non-enum
parameter would result in the wrong qualifier path.
This commit is contained in:
Stefanos A 2013-11-14 11:33:52 +01:00
parent ce7a7c7cf3
commit c5591e9968

View file

@ -82,6 +82,7 @@ namespace Bind.Structures
else
{
CurrentType = value;
CurrentQualifier = String.Empty;
}
}
}