Remove "virtual" and add "override".
Seems clang-modernize couldn't add "override" to nested classes, so doing it by hand. Also removed unused virtual member function that is not overriding anything, that seems to have been added by mistake. llvm-svn: 205552
Loading
Please sign in to comment