Changeset 286 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnObject_impl.cpp
- Timestamp:
- 01/08/19 10:13:03 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnObject_impl.cpp
r275 r286 40 40 41 41 VrpnObject_impl::VrpnObject_impl(VrpnObject *self, 42 string name, int id, const TabWidget *tab ) {43 parent = GetVrpnClient();42 string name, int id, const TabWidget *tab,VrpnClient *client) { 43 parent = client; 44 44 this->self = self; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.