Skip to content

Commit 65931e7

Browse files
committed
public init
1 parent 7c7ac2e commit 65931e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Swift/Source/SwiftAPI/SwiftCppAPI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import FirebaseFirestoreCpp
99

1010
public class SwiftCppWrapper {
11-
init(_ value : String ){
11+
public init(_ value : String ){
1212
_ = UsedBySwift(std.string(value))
1313
}
1414
}

0 commit comments

Comments
 (0)