Skip to content

Commit

Permalink
BLUGA: Fix setResolver
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
Saverio976 committed Nov 4, 2023
1 parent 636a521 commit 22d6762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/B-luga/include/B-luga/PathResolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PathResolver {
return getCustomResolver()(path);
}

static void setResolver(Resolver &resolver)
static void setResolver(Resolver resolver)
{
getCustomResolver() = resolver;
}
Expand Down

0 comments on commit 22d6762

Please sign in to comment.