Skip to content

False Bracket #317

@FaustGottes

Description

@FaustGottes

Hello,
in File Soruce\WrapDelphi on Line 2789 if (RttiParam.ParamType = nil) or (RttiParam.ParamType.Handle = nil) or (GetTypeData(RttiParam.ParamType.Handle)) = nil) then you made the closing bracket to early (GetTypeData(RttiParam.ParamType.Handle)) should be (GetTypeData(RttiParam.ParamType.Handle) otherwise you cant compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions