Skip to content

Commit

Permalink
Update to Intercept API v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dedmen committed May 4, 2019
1 parent 1194bf5 commit bd6b657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__itt_domain* domainMain = __itt_domain_create("main");

int intercept::api_version() { //This is required for the plugin to work.
return 1;
return INTERCEPT_SDK_API_VERSION;
}

void intercept::register_interfaces() {
Expand Down

0 comments on commit bd6b657

Please sign in to comment.