Skip to content

Commit

Permalink
Merge pull request #314 from devreal/fix-parsec-make-executable-names…
Browse files Browse the repository at this point in the history
…pace

Hotfix: reference global make_executable
  • Loading branch information
devreal authored Jan 2, 2025
2 parents c12d41d + b5d943e commit 26172b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -4339,7 +4339,7 @@ namespace ttg_parsec {
void make_executable() override {
world.impl().register_tt_profiling(this);
register_static_op_function();
ttg::TTBase::make_executable();
::ttg::TTBase::make_executable();
}

/// keymap accessor
Expand Down

0 comments on commit 26172b0

Please sign in to comment.