Changeset 229 for cpp/frams/vm/classes/3dobject.cpp
- Timestamp:
- 04/24/14 23:58:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/3dobject.cpp
r222 r229 191 191 } 192 192 193 Pt3D_Ext* Pt3D_Ext::fromObject(const ExtValue& v )194 { 195 return (Pt3D_Ext*)v.getObjectTarget(getStaticParam().getName() );193 Pt3D_Ext* Pt3D_Ext::fromObject(const ExtValue& v,bool warn) 194 { 195 return (Pt3D_Ext*)v.getObjectTarget(getStaticParam().getName(), warn); 196 196 } 197 197
Note: See TracChangeset
for help on using the changeset viewer.