Sign up

"virtual" token added to dmd

A new 'virtual' keyword was added to githead of dmd on 2014Feb25 which conflicts with two files in GtkD. 'virtual' is used as a parameter name in:

src/gtk/Printer.d:168
src/gtk/Printer.d:171
src/gtk/Printer.d:174
src/gtkc/gtk.d:7783

Changing parameter name fixes conflict.

Thanks,
ollie

Re: "virtual" token added to dmd

On 02/26/2014 05:16 PM, ollie wrote:

A new 'virtual' keyword was added to githead of dmd on 2014Feb25 which conflicts with two files in GtkD. 'virtual' is used as a parameter name in:

src/gtk/Printer.d:168
src/gtk/Printer.d:171
src/gtk/Printer.d:174
src/gtkc/gtk.d:7783

Changing parameter name fixes conflict.

Thanks,
ollie

Fixed in git commit:
https://github.com/gtkd-developers/GtkD/commit/26f9d663a528b7569ccccf8772cd560bf5648a1c

i still need to fix the comments that were erroneously changed by the
wrapper.