Remove the virtual specifier for functions with the override specifier
commit1bcd44223cdc1b584c0cd0863fe9653f540cf856
authorpracticalswift <practicalswift@users.noreply.github.com>
Thu, 29 Jun 2017 10:57:45 +0000 (29 12:57 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Wed, 9 Aug 2017 08:44:59 +0000 (9 10:44 +0200)
tree6b8b20abb3a7678c66f5cd68d6a0f075623c2d75
parent929fd7276c0f0c30b9416f61a6f5f35d763d81e4
Remove the virtual specifier for functions with the override specifier

`override` guarantees that the function is virtual (in addition
to that the function is overriding a virtual function from a base
class).
src/dbwrapper.cpp
src/keystore.h