Skip to content

Commit 5670873

Browse files
author
Vlad Paraschiv
committed
Fix access modifier.
1 parent 6febeda commit 5670873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BuildTimeAnalyzer/CMCompileMeasure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct CMCompileMeasure {
1616
var filename: String
1717
var references: Int
1818

19-
var locationArray: [Int]
19+
private var locationArray: [Int]
2020

2121
var fileAndLine: String {
2222
return "\(filename):\(locationArray[0])"

0 commit comments

Comments
 (0)