Show correct type in case a typecast has taken place.
This commit is contained in:
parent
e312ed26ef
commit
325f7bb4ec
@ -175,6 +175,9 @@ public:
|
||||
|
||||
Type* GetType() const
|
||||
{
|
||||
if (fCastedType != NULL)
|
||||
return fCastedType;
|
||||
|
||||
return fNodeChild->GetType();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user