diff options
Diffstat (limited to 'base/version.h')
-rw-r--r-- | base/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.h b/base/version.h index 99e6650..2b182bb 100644 --- a/base/version.h +++ b/base/version.h @@ -25,7 +25,7 @@ class Version { // will DCHECK. Version(); - ~Version() {} + ~Version(); bool Equals(const Version& other) const; |