Skip to content

Commit

Permalink
Fix access level for identifier in Plot
Browse files Browse the repository at this point in the history
  • Loading branch information
philackm committed Jul 9, 2017
1 parent 76ae5f0 commit 62cf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Plots/Plot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import UIKit
open class Plot {

// The id for this plot. Used when determining which data to give it in the dataSource
var identifier: String!
open var identifier: String!

var graphViewDrawingDelegate: ScrollableGraphViewDrawingDelegate! = nil

Expand Down

0 comments on commit 62cf5f1

Please sign in to comment.