Skip to content

Commit

Permalink
Fix Macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
AWoloszyn committed Jan 4, 2019
1 parent ec206a0 commit 75ca597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapir/cc/grpc_replay_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GrpcReplayService::getReplayRequest() {
auto req = std::move(mDeferredRequests.front());
mDeferredRequests.pop_front();
mCommunicationLock.unlock();
return std::move(req);
return req;
}

} // namespace gapir

0 comments on commit 75ca597

Please sign in to comment.