X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ffutures%2FFuture.h;h=2b81407f55c50a6dc347907fd9b1d11660060a65;hp=5ebaed276aef9f907ff7868f48e84808b2854751;hb=5924c69c7c9839825554c8d5723644ce36f6a4e7;hpb=1f6e3142e942cd01fa6eb07f2eb2613f31f5e941 diff --git a/folly/futures/Future.h b/folly/futures/Future.h index 5ebaed27..2b81407f 100644 --- a/folly/futures/Future.h +++ b/folly/futures/Future.h @@ -468,6 +468,7 @@ class Future { /// exception) Future willEqual(Future&); + protected: typedef detail::Core* corePtr; // shared core state object