aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/util/internal/object_location_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/util/internal/object_location_tracker.h')
-rw-r--r--src/google/protobuf/util/internal/object_location_tracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/google/protobuf/util/internal/object_location_tracker.h b/src/google/protobuf/util/internal/object_location_tracker.h
index 8586cecc..f9b90bc4 100644
--- a/src/google/protobuf/util/internal/object_location_tracker.h
+++ b/src/google/protobuf/util/internal/object_location_tracker.h
@@ -47,10 +47,10 @@ class ObjectLocationTracker : public LocationTrackerInterface {
// Creates an empty location tracker.
ObjectLocationTracker() {}
- virtual ~ObjectLocationTracker() {}
+ ~ObjectLocationTracker() override {}
// Returns empty because nothing is tracked.
- virtual string ToString() const { return ""; }
+ string ToString() const override { return ""; }
private:
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ObjectLocationTracker);