Skip to content

shared_ptr<pangolin::VarValueT<type> > has no member named ‘Set’ #41

@PNeigel

Description

@PNeigel

I'm getting a ton of errors like these for different VarValueT:

/home/user/repos/maskfusion/maskfusion/GUI/Tools/GUI.h: In lambda function:
/home/user/repos/maskfusion/maskfusion/GUI/Tools/GUI.h:241:70: error: ‘class std::shared_ptr<pangolin::VarValueT<bool> >’ has no member named ‘Set’; did you mean ‘get’?
  241 |     pangolin::RegisterKeyPressCallback('w', [&]() { saveCloud->Ref().Set(true); });

Probably Pangolin was changed/refactored? Could you say from which commit you pulled Pangolin in your working version, so I can downgrade Pangolin to a compatible one.

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