Changeset 924 for trunk/src/lol/unit.h
- Timestamp:
- Sep 8, 2011, 8:58:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lol/unit.h
r919 r924 82 82 void (FixtureClass::*fun)()) 83 83 { 84 that->m_fun = fun; 84 85 that->m_testname = name; 85 that->m_ fun = fun;86 that->m_next = NULL; 86 87 GetOrSetTestCase(that); 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.