Changeset 171 for cpp/frams/_demos
- Timestamp:
- 03/13/14 01:00:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/serial_test.cpp
r121 r171 44 44 return; 45 45 } 46 VectorObject *vec=VectorObject::fromObject(v->getObject() );46 VectorObject *vec=VectorObject::fromObject(v->getObject(),false); 47 47 if (vec) 48 48 { … … 52 52 return; 53 53 } 54 DictionaryObject *dict=DictionaryObject::fromObject(v->getObject() );54 DictionaryObject *dict=DictionaryObject::fromObject(v->getObject(),false); 55 55 if (dict) 56 56 {
Note: See TracChangeset
for help on using the changeset viewer.