Skip to content

ICON2D name() overriding GEOM &name() #5

@pKrime

Description

@pKrime

Hi and thanks for this fork! I managed to build jot-lib on ubuntu 12.04, but I had to deal with an overriding error I had when compiling:

in file src/geom/icon2d.H at line 56

Cstr_ptr name() const {return _name; }

seems to conflict with src/geom/geom.H at line

Cstr_ptr &name() const { return _name; }

It makes sense to me, so I just put an ampersand in icon2d.H and compiled happily, but my C++ skills are very limited so I've no idea if I did it right. Maybe it's just versions or something.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions