mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 22:04:05 -06:00
Bazaar: GoogleMockExample destructors are now using =default syntax.
git-svn-id: svn://ultimatepp.org/upp/trunk@14863 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2e867b0992
commit
c5bdaf2bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const String CAR_REGISTRATION_NUMBER = "UPP IS THE BEST";
|
|||
|
||||
class Car {
|
||||
public:
|
||||
virtual ~Car() {}
|
||||
virtual ~Car() = default;
|
||||
|
||||
virtual void OpenHood() = 0;
|
||||
virtual String ReadRegistrationNumbers() = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue