Page 1 of 1

[fixed]const const

Posted: Tue Dec 15, 2015 4:36 pm
by AReichl
there is one const too much in

const const wchar_t* CGUIFileOpenDialog::getFileName() const
^

Visual Studio compiles, but gcc complains.

Re: const const

Posted: Tue Dec 15, 2015 5:17 pm
by CuteAlien
Thanks, it's fixed again.