On 13.04.25 16:01, Marko Mäkelä wrote:
Sat, Apr 12, 2025 at 12:46:46PM +0200, Klaus Schmidinger wrote:
Added the "override" keyword to virtual functions reimplemented in derived
classes.
This C++11 keyword is misplaced in the plugin "hello". Here is the first
misplaced occurrence:
Sorry ab
Hi, IMHO skincurses plugin also does not compile:
*** Plugin skincurses:
...
...
skincurses.c:In member function ‘virtual void
cSkinCursesDisplayTracks::SetAudioChannel(int)’:
skincurses.c:650:52:error: ‘override’ was not declared in this scope;
did you mean ‘overwrite’?
650 | virtual void S
Sat, Apr 12, 2025 at 12:46:46PM +0200, Klaus Schmidinger wrote:
Added the "override" keyword to virtual functions reimplemented in
derived classes.
This C++11 keyword is misplaced in the plugin "hello". Here is the first
misplaced occurrence:
hello.c: In member function ‘virtual const char*