]> git.cworth.org Git - apitrace/blobdiff - d3d8trace.py
TODO: Fix typo in the description of the range specification.
[apitrace] / d3d8trace.py
index 2b574fb203cf896f9bb0b3e77f9530b048238ab7..65e13edb09447886c43f66d220545a28c51bd62f 100644 (file)
@@ -33,7 +33,7 @@ class D3D8Tracer(DllTracer):
     def dump_arg_instance(self, function, arg):
         # Dump shaders as strings
         if function.name in ('CreateVertexShader', 'CreatePixelShader') and arg.name == 'pFunction':
-            print '    DumpShader(Trace::localWriter, %s);' % (arg.name)
+            print '    DumpShader(trace::localWriter, %s);' % (arg.name)
             return
 
         DllTracer.dump_arg_instance(self, function, arg)