You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2017/08/02 01:38:14 UTC

mesos git commit: Fixed compiler error.

Repository: mesos
Updated Branches:
  refs/heads/master 3cbe00421 -> 382f526ee


Fixed compiler error.


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

Branch: refs/heads/master
Commit: 382f526ee2c13df063e17d8346915f3716fe6d21
Parents: 3cbe004
Author: Benjamin Hindman <be...@gmail.com>
Authored: Tue Aug 1 18:37:36 2017 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Tue Aug 1 18:37:58 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/382f526e/3rdparty/libprocess/include/process/pid.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/pid.hpp b/3rdparty/libprocess/include/process/pid.hpp
index d31118a..9f09ab4 100644
--- a/3rdparty/libprocess/include/process/pid.hpp
+++ b/3rdparty/libprocess/include/process/pid.hpp
@@ -280,7 +280,7 @@ struct PID : UPID
 {
   // Need to declare PID<U> as a friend in order to write `reference`.
   template <typename U>
-  friend class PID;
+  friend struct PID;
 
   PID() : UPID() {}