Skip to content

Commit 10dfc50

Browse files
committed
Cull extraneous parameter to SetErrorHandler()
1 parent bbecf6b commit 10dfc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LibXML/ErrorHandling.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ role LibXML::ErrorHandling {
221221
#| should be called from TWEAK
222222
method init-local-error-handling(&cb = &structured-error-cb) {
223223
$!global-error-handling = False;
224-
self.raw.SetErrorHandler: &cb, Pointer;
224+
self.raw.SetErrorHandler: &cb;
225225
}
226226

227227
# SAX External Callback

0 commit comments

Comments
 (0)