pull/21403/head
Vijay Pai 5 years ago committed by GitHub
parent 7c46d37442
commit e6d87e273e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      include/grpcpp/alarm_impl.h

@ -83,8 +83,7 @@ class Alarm : private ::grpc::GrpcLibraryCodegen {
/// (false)
template <typename T>
void Set(const T& deadline, std::function<void(bool)> f) {
alarm_->SetInternal(::grpc::TimePoint<T>(deadline).raw_time(),
std::move(f));
SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), std::move(f));
}
#endif

Loading…
Cancel
Save