]> git.cworth.org Git - apitrace/blobdiff - d3dshader.hpp
Correctly copy "out" arguments to the "leave" portion of the trace
[apitrace] / d3dshader.hpp
index 64a878b39aa6b567f532a139ec2690ee93530bf7..485df056ab1cd03cd1b5998cbe8a953cfd31be15 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "trace_writer.hpp"
 
-void DumpShader(Trace::Writer &writer, const DWORD *tokens);
+void DumpShader(trace::Writer &writer, const DWORD *tokens);
 
 
 #endif /* _D3DSHADER_HPP_ */