mirror of https://github.com/grpc/grpc-node.git
Fixed another compiler error
This commit is contained in:
parent
e8c66830d7
commit
3d35d387a1
|
|
@ -69,7 +69,7 @@ class Op {
|
||||||
v8::Handle<v8::Value> GetOpType() const;
|
v8::Handle<v8::Value> GetOpType() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual char *GetTypeString() const;
|
virtual std::string GetTypeString() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tag {
|
struct tag {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue