Bugzilla – Bug 176
Using private member as default value of a public API
Last modified: 2008-07-01 13:32:29 UTC
debug/ns3/point-to-point-net-device.h: In function ‘int _wrap_PyNs3PointToPointNetDevice__tp_init__0(PyNs3PointToPointNetDevice*, PyObject*, PyObject*, PyObject**)’: debug/ns3/point-to-point-net-device.h:324: error: ‘ns3::DataRateDefaultValue ns3::PointToPointNetDevice::g_defaultRate’ is private debug/bindings/python/ns3module.cc:52569: error: within this context debug/ns3/point-to-point-net-device.h:324: error: ‘ns3::DataRateDefaultValue ns3::PointToPointNetDevice::g_defaultRate’ is private debug/bindings/python/ns3module.cc:52572: error: within this context Nothing else I need to say about this, I hope... :-)
Oops, nevermind!' I was working on a very old tree by mistake :P