[TIMOB-18670] Windows: Module generator doesn't generate setters for properties
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-03-10T15:44:25.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 4.1.0 |
| Components | Tooling, Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2015-03-09T22:27:31.000+0000 |
| Updated | 2017-03-14T20:09:05.000+0000 |
Description
The module generator is not generating the setter methods for properties, i.e.
virtual void set_color(const std::string& color) TITANIUM_NOEXCEPT;
Closing ticket as fixed.