summaryrefslogtreecommitdiffstats
path: root/thirdparty/embree/kernels/common/stat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/embree/kernels/common/stat.cpp')
-rw-r--r--thirdparty/embree/kernels/common/stat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/embree/kernels/common/stat.cpp b/thirdparty/embree/kernels/common/stat.cpp
index ebb77cd534..9a8c8fac4e 100644
--- a/thirdparty/embree/kernels/common/stat.cpp
+++ b/thirdparty/embree/kernels/common/stat.cpp
@@ -17,7 +17,7 @@ namespace embree
#endif
}
- void Stat::print(std::ostream& cout)
+ void Stat::print(embree_ostream cout)
{
Counters& cntrs = instance.cntrs;
Counters::Data& data = instance.cntrs.code;