Skip to content

Commit

Permalink
Merge pull request #74 from steffendsommer/open-up-encoding-constant
Browse files Browse the repository at this point in the history
Open up encoding constant
  • Loading branch information
BrettRToomey authored Jan 12, 2017
2 parents 251fcaf + bc602b9 commit 54b9a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MySQL/Database.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class Database {
private let port: UInt32
private let socket: String?
private let flag: UInt
private let encoding: String
public let encoding: String

static private var activeLock = Lock()

Expand Down

0 comments on commit 54b9a04

Please sign in to comment.