src/core/model/pointer.cc
changeset 10968 2d29fee2b7b8
parent 9134 7a750f032acd
child 11136 03bf8fa63bda
--- a/src/core/model/pointer.cc	Fri Sep 26 12:44:13 2014 -0700
+++ b/src/core/model/pointer.cc	Fri Sep 26 15:51:00 2014 -0700
@@ -22,9 +22,9 @@
 #include "log.h"
 #include <sstream>
 
-NS_LOG_COMPONENT_DEFINE ("Pointer");
+namespace ns3 {
 
-namespace ns3 {
+NS_LOG_COMPONENT_DEFINE ("Pointer");
 
 PointerValue::PointerValue ()
   : m_value ()