Replace thread_local with FOLLY_TLS
[folly.git] / folly / experimental / fibers / TimeoutController.h
index f74faeb585177c75e8524bb488347c32b201f377..cd3ce25f6a9964c03778aec010421b86b86f8e52 100644 (file)
@@ -45,7 +45,7 @@ class TimeoutController :
  private:
   void scheduleRun();
 
-  class TimeoutHandle;
+  struct TimeoutHandle;
   typedef std::queue<TimeoutHandle> TimeoutHandleList;
   typedef std::unique_ptr<TimeoutHandleList> TimeoutHandleListPtr;