- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/test/core/class/SubclassIdentifierTest.cc
r9601 r9629 12 12 { 13 13 public: 14 TestClass( BaseObject* creator= NULL) { RegisterRootObject(TestClass); }14 TestClass(Context* context = NULL) { RegisterRootObject(TestClass); } 15 15 }; 16 16 … … 18 18 { 19 19 public: 20 TestSubclass( BaseObject* creator= NULL) { RegisterObject(TestSubclass); }20 TestSubclass(Context* context = NULL) { RegisterObject(TestSubclass); } 21 21 }; 22 22
Note: See TracChangeset
for help on using the changeset viewer.