Skip to content

Commit 0c22853

Browse files
authored
Merge pull request wolfpld#978 from phsilva/master
Fix python bindings build
2 parents 1640571 + 55d7df3 commit 0c22853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎python/bindings/ScopedZone.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class PyScopedZone {
7777
m_zone = new tracy::ScopedZone(
7878
m_line, m_source.c_str(), m_source.size(), m_function.c_str(),
7979
m_function.size(), m_name ? m_name->c_str() : nullptr,
80-
m_name ? m_name->size() : 0ul, m_color, m_active);
80+
m_name ? m_name->size() : 0ul, m_color, -1, m_active);
8181
}
8282

8383
void Exit() {

0 commit comments

Comments
 (0)