You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/07/17 22:54:47 UTC

mesos git commit: Added `override` keyword to SSL test fixture.

Repository: mesos
Updated Branches:
  refs/heads/master 0c2a9f46d -> d52a89802


Added `override` keyword to SSL test fixture.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/d52a8980
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/d52a8980
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/d52a8980

Branch: refs/heads/master
Commit: d52a898027238edefcb0048640089df08cb546eb
Parents: 0c2a9f4
Author: James Peach <jp...@apache.org>
Authored: Tue Jul 17 15:53:58 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Jul 17 15:53:58 2018 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/ssl/gtest.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/d52a8980/3rdparty/libprocess/include/process/ssl/gtest.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/ssl/gtest.hpp b/3rdparty/libprocess/include/process/ssl/gtest.hpp
index 9536e72..23d7aee 100644
--- a/3rdparty/libprocess/include/process/ssl/gtest.hpp
+++ b/3rdparty/libprocess/include/process/ssl/gtest.hpp
@@ -275,7 +275,7 @@ class SSLTest : public SSLTemporaryDirectoryTest,
 protected:
   SSLTest() : data("Hello World!") {}
 
-  virtual void SetUp()
+  void SetUp() override
   {
     SSLTemporaryDirectoryTest::SetUp();
     generate_keys_and_certs();