forgot to ensure registration of GridPositionAllocator.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 10 Mar 2008 00:29:41 +0100
changeset 2578 685b62ddfbd8
parent 2577 5b41cb5c3fcf
child 2579 7732a787db14
forgot to ensure registration of GridPositionAllocator.
src/mobility/position-allocator.cc
--- a/src/mobility/position-allocator.cc	Mon Mar 10 00:27:53 2008 +0100
+++ b/src/mobility/position-allocator.cc	Mon Mar 10 00:29:41 2008 +0100
@@ -73,6 +73,8 @@
   return v;
 }
 
+NS_OBJECT_ENSURE_REGISTERED (GridPositionAllocator);
+
 TypeId 
 GridPositionAllocator::GetTypeId (void)
 {