Skip to content

Commit d91a79a

Browse files
committed
Merge pull request facebook#15 from ShonFrazier/master
make struct rebinding.name a const char *
2 parents 9086d2f + e2f7cbc commit d91a79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fishhook.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
* name to its replacement
3737
*/
3838
struct rebinding {
39-
char *name;
39+
const char *name;
4040
void *replacement;
4141
};
4242

0 commit comments

Comments
 (0)