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