We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19898ec commit e87e5d8Copy full SHA for e87e5d8
request.go
@@ -46,6 +46,6 @@ func NewRequest(requestId C.HREQUEST) *Request {
46
47
func (r *Request) GetRequestType() uint {
48
var pType uint
49
- C.RequestGetRequestType(C.HREQUEST(r.rq), (*C.REQUEST_RQ_TYPE)(unsafe.Pointer(&pType)))
+ C.RequestGetRequestType(r.rq, (*C.REQUEST_RQ_TYPE)(unsafe.Pointer(&pType)))
50
return pType
51
}
0 commit comments