Skip to content
Snippets Groups Projects
Commit df2c957e authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix compile error

parent 7f78d71b
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <grpc++/completion_queue.h> #include <grpc++/completion_queue.h>
#include <memory> #include <memory>
#include <vector>
namespace google { namespace google {
namespace protobuf { namespace protobuf {
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
namespace grpc { namespace grpc {
typedef std::string string; typedef std::string string;
}
} // namespace grpc
#endif // __GRPCPP_CONFIG_H__ #endif // __GRPCPP_CONFIG_H__
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
namespace grpc { namespace grpc {
void Call::PerformOps(CallOpBuffer* buffer, void* tag) { void Call::PerformOps(CallOpBuffer* buffer, void* tag) {
channel_->PerformOpsOnCall(buffer, tag, call_); channel_->PerformOpsOnCall(buffer, tag, this);
} }
} // namespace grpc } // namespace grpc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment