Skip to content

Commit

Permalink
Fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
charonn0 committed Jun 6, 2015
1 parent cde3c29 commit 0267f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcURL/EasyHandle.rbbas
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ Inherits libcURL.cURLHandle
End Function
#tag EndMethod

#tag Method, Flags = &h1
Protected Function SetOptionPtr(OptionNumber As Integer, NewValue As Ptr) As Boolean
#tag Method, Flags = &h0
Function SetOptionPtr(OptionNumber As Integer, NewValue As Ptr) As Boolean
mLastError = curl_easy_setopt(mHandle, OptionNumber, NewValue)
Return mLastError = 0
End Function
Expand Down

0 comments on commit 0267f49

Please sign in to comment.