diff options
Diffstat (limited to 'base/version.h')
-rw-r--r-- | base/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/version.h b/base/version.h index 2b182bb..f034c03 100644 --- a/base/version.h +++ b/base/version.h @@ -27,6 +27,9 @@ class Version { ~Version(); + // Creates a copy of this version. Caller takes ownership. + Version* Clone() const; + bool Equals(const Version& other) const; // Returns -1, 0, 1 for <, ==, >. |