Skip to content

Commit

Permalink
Make public
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanta Sapkota committed May 4, 2015
1 parent e73e3f0 commit 8d90f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftStore/SwiftStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SwiftStore {

var db:Store!

init(storeName: String) {
public init(storeName: String) {
db = Store(DBName: storeName)
}

Expand Down

0 comments on commit 8d90f00

Please sign in to comment.