Ignore:
Timestamp:
02/26/18 20:38:20 (6 years ago)
Author:
Maciej Komosinski
Message:

ParamTree? constructor changed (to make it easier for javascript) to accept ParamInterface?* instead of ParamInterface?&

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/paramtree.h

    r734 r744  
    5656        Node *findNode(Node *parent, const string& name);
    5757
    58         ParamTree(ParamInterface &_pi);
     58        ParamTree(ParamInterface *_pi);
    5959};
    6060
Note: See TracChangeset for help on using the changeset viewer.