Skip to content

Commit

Permalink
made pointer initializer for Surface public
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed May 21, 2016
1 parent ad9cf1c commit eb0b55d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/Cairo/Surface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class Surface {
cairo_surface_destroy(internalPointer)
}

internal init(_ internalPointer: OpaquePointer) {
public init(_ internalPointer: OpaquePointer) {

self.internalPointer = internalPointer
}
Expand Down Expand Up @@ -71,6 +71,4 @@ public final class Surface {

return surfaceType
}


}

0 comments on commit eb0b55d

Please sign in to comment.