Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build with g++, patch courtesy of mikehh
  • Loading branch information
moritz committed May 11, 2010
1 parent 8236cef commit 9f1395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/p6lowlevelsig.pmc
Expand Up @@ -171,7 +171,7 @@ Returns a pointer to the signautre binder.
*/

VTABLE void *get_pointer() {
return &Rakudo_binding_bind_signature;
return (void *) &Rakudo_binding_bind_signature;
}
}

Expand Down

0 comments on commit 9f1395c

Please sign in to comment.