groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Fix a compilation error #95

Closed nunobaldaia closed 9 years ago

nunobaldaia commented 9 years ago

Hi, this is a minor change that just fixes a compilation error.

groue commented 9 years ago

Hi @nunobaldaia. Hasn't it already been fixed by #92?

nunobaldaia commented 9 years ago

Hi @groue.

Yes, you are right, #92 fixed that issue. I haven't noticed that pull request. However, that line is not present on the current master branch: https://github.com/groue/GRMustache/blob/master/src/classes/Compiling/TemplateAST/GRMustacheTag.h

Neither on v7.3.1.

groue commented 9 years ago

Oh, it looks like I messed up the last PR.

nunobaldaia commented 9 years ago

Thanks! :)

groue commented 9 years ago

I'll release 7.3.2 with the actual include of this change... Hold on a minute :-)

groue commented 9 years ago

v7.3.2 has shipped with your fix: https://github.com/groue/GRMustache/blob/master/src/classes/Compiling/TemplateAST/GRMustacheTag.h

Thanks @nunobaldaia!

nunobaldaia commented 9 years ago

Thanks Gwendal!