Skip to content

Commit

Permalink
Updates syntax to Swift 3 GM via Xcode migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
rileytestut committed Sep 21, 2016
1 parent 98c5826 commit fc4c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SNESDeltaCore/SNES.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

public extension GameType
{
public static let snes = "com.rileytestut.delta.game.snes" as GameType
public static let snes = GameType("com.rileytestut.delta.game.snes")
}

public struct SNES: DeltaCoreProtocol
Expand Down

0 comments on commit fc4c0f0

Please sign in to comment.