rename MakeNewObject to Create
This commit is contained in:
@@ -28,7 +28,7 @@ int main (int argc, char *argv[])
|
||||
std::vector< Ptr<BaseA> > objlist;
|
||||
|
||||
for (int i = 0; i < nobjects; ++i)
|
||||
objlist.push_back (MakeNewObject<BaseA> ());
|
||||
objlist.push_back (Create<BaseA> ());
|
||||
|
||||
for (int swapCounter = nswaps; swapCounter; --swapCounter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user