This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new c5f36de  Add missing override keyword
c5f36de is described below

commit c5f36deb48f418ffd79c26a857e5b68a8ada0074
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Mon Feb 4 11:12:48 2019 +0900

    Add missing override keyword
---
 iocore/net/quic/QUICAltConnectionManager.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICAltConnectionManager.h 
b/iocore/net/quic/QUICAltConnectionManager.h
index ce872b3..85579c4 100644
--- a/iocore/net/quic/QUICAltConnectionManager.h
+++ b/iocore/net/quic/QUICAltConnectionManager.h
@@ -114,7 +114,7 @@ private:
   void _records_new_connection_id_frame(QUICEncryptionLevel level, const 
QUICNewConnectionIdFrame &frame);
   void _records_retire_connection_id_frame(QUICEncryptionLevel, const 
QUICRetireConnectionIdFrame &frame);
 
-  void _on_frame_lost(QUICFrameInformationUPtr &info);
+  void _on_frame_lost(QUICFrameInformationUPtr &info) override;
 
   QUICConnectionErrorUPtr _register_remote_connection_id(const 
QUICNewConnectionIdFrame &frame);
   QUICConnectionErrorUPtr _retire_remote_connection_id(const 
QUICRetireConnectionIdFrame &frame);

Reply via email to