Skip to content

Commit 00215ee

Browse files
committed
Fix for mac
1 parent f27ade6 commit 00215ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbols/dwarf/debug_map_resolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ namespace libdwarf {
107107
std::vector<target_object> target_objects;
108108
std::vector<debug_map_symbol_info> symbols;
109109
public:
110-
debug_map_resolver(const std::string& source_object_path) {
110+
debug_map_resolver(cstring_view source_object_path) {
111111
// load mach-o
112112
// TODO: Cache somehow?
113113
auto mach_o_object = open_mach_o_cached(source_object_path);

0 commit comments

Comments
 (0)