From 49bcec18166d6fe4a861ffc65686594d0dfb1a80 Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Mon, 24 Sep 2018 16:14:39 +0200 Subject: [PATCH] [FIX] No visibility modifier for extension --- Classes/ScrollableGraphView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ScrollableGraphView.swift b/Classes/ScrollableGraphView.swift index 9dc5d18..56e4064 100644 --- a/Classes/ScrollableGraphView.swift +++ b/Classes/ScrollableGraphView.swift @@ -981,7 +981,7 @@ fileprivate class SGVQueue { // We have to be our own data source for interface builder. #if TARGET_INTERFACE_BUILDER -public extension ScrollableGraphView : ScrollableGraphViewDataSource { +extension ScrollableGraphView : ScrollableGraphViewDataSource { var numberOfDisplayItems: Int { get {