Skip to content

Commit

Permalink
Merge pull request #57 from ikesyo/re-mappingtype-public
Browse files Browse the repository at this point in the history
Map.mappingType should also be public
  • Loading branch information
tristanhimmelman committed Feb 9, 2015
2 parents 7498a2c + a794192 commit ee17c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ObjectMapper/Core/Mapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum MappingType {
* A class used for holding mapping data
*/
public final class Map {
let mappingType: MappingType
public let mappingType: MappingType

var JSONDictionary: [String : AnyObject] = [:]
var currentValue: AnyObject?
Expand Down

0 comments on commit ee17c6f

Please sign in to comment.