fix task name in wscript

This commit is contained in:
Tom Henderson
2015-07-22 08:42:18 -07:00
parent 368aa197c4
commit bc89ea5288

View File

@@ -559,7 +559,7 @@ def apply_ns3privateheader(self):
class ns3privateheader_task(Task.Task):
before = 'cxx gen_ns3_module_header'
after = 'ns3_header'
after = 'ns3header'
color = 'BLUE'
def __str__(self):