groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Change Type enum names to `Type` to avoid collision errors on recent Swift #25

Closed bygri closed 8 years ago

bygri commented 8 years ago

To fix #23, I have gone through and added back-ticks to all enum declarations* named Type as per compiler suggestion:

note: backticks can escape this name if it is important to use

Just a quick fix to get it compiling.

*cleaned up per your advice

groue commented 8 years ago

Looks legit! Thanks @bygri!