Merge #10701: Remove the virtual specifier for functions with the override specifier
commit50fae68d416b4b8ec4ca192923dfd5ae9ea42773
authorMarcoFalke <falke.marco@gmail.com>
Tue, 5 Sep 2017 01:06:09 +0000 (4 18:06 -0700)
committerMarcoFalke <falke.marco@gmail.com>
Tue, 5 Sep 2017 01:06:44 +0000 (4 18:06 -0700)
treeb934ad9d5d4340641147c7c88ef4083ed72792d6
parentce665863b137ac4a7470cf006a92aa7694faca71
parent1bcd44223cdc1b584c0cd0863fe9653f540cf856
Merge #10701: Remove the virtual specifier for functions with the override specifier

1bcd44223 Remove the virtual specifier for functions with the override specifier (practicalswift)

Pull request description:

  Remove the `virtual` specifier for functions with the `override` specifier.

  `override` implies that the function is virtual (in addition - of course - to guaranteeing that the function is overriding a virtual function from a base class).

Tree-SHA512: 2e83e1b3651f55f8f2645282114ab087ad3a0be8826f26ee5c2064d0952f677290b97261398c1d524ec7f87bbbfdbeefc141180f6099c8bbfa4c59a14f7fa755
src/dbwrapper.cpp