Commit 2826a4e8 authored by Marc Celani's avatar Marc Celani Committed by Facebook Github Bot

Fix a build failure

Summary: As title

Reviewed By: elsteveogrande

Differential Revision: D8643234

fbshipit-source-id: 989cdc53ed071fd78a1eba4b2955eff7651274f1
parent 8cb68e8d
...@@ -63,7 +63,7 @@ struct SimpleObservable<T>::Wrapper { ...@@ -63,7 +63,7 @@ struct SimpleObservable<T>::Wrapper {
} }
void unsubscribe() { void unsubscribe() {
folly::Function<void()> empty; Function<void()> empty;
context->callback_.swap(empty); context->callback_.swap(empty);
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment