From ac157ff4ba211b4a8a5de612fd208b08a13c3f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Sun, 23 Dec 2012 22:16:02 +0100 Subject: [PATCH] Fix indentation in comment in ILP32 Python bindings. --- src/lte/bindings/modulegen__gcc_ILP32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lte/bindings/modulegen__gcc_ILP32.py b/src/lte/bindings/modulegen__gcc_ILP32.py index ae06090c2..fae900e82 100644 --- a/src/lte/bindings/modulegen__gcc_ILP32.py +++ b/src/lte/bindings/modulegen__gcc_ILP32.py @@ -364,7 +364,7 @@ def register_types(module): module.add_class('SrListElement_s') ## data-calculator.h (module 'stats'): ns3::StatisticalSummary [class] module.add_class('StatisticalSummary', allow_subclassing=True, import_from_module='ns.stats') - ## tag.h (module 'network'): ns3::Tag [class] + ## tag.h (module 'network'): ns3::Tag [class] module.add_class('Tag', import_from_module='ns.network', parent=root_module['ns3::ObjectBase']) ## tag-buffer.h (module 'network'): ns3::TagBuffer [class] module.add_class('TagBuffer', import_from_module='ns.network')