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.
2 parents 082336a + e5d1487 commit aa1700cCopy full SHA for aa1700c
Sources/Utility/Resources.swift
@@ -31,7 +31,7 @@ public final class Resources {
31
/// defined in main binary. The actual contents of the symbol are
32
/// irrelevant, this is just used in order to be able to locate the main
33
/// binary path.
34
- public static func initialize(inout globalSymbolInMainBinary: Int, file: String = #file) {
+ public static func initialize(globalSymbolInMainBinary: inout Int, file: String = #file) {
35
precondition(Resources.registeredMainExecutablePath == nil, "resources already initialized")
36
37
#if os(Linux)
0 commit comments