| Index: src/compiler/node.h
|
| diff --git a/src/compiler/node.h b/src/compiler/node.h
|
| index 93dc78a9073089cf8e9b0d705f99fb980c0763e7..1731f866b51597a0b1c576d5f0c2eb5f156ad6e2 100644
|
| --- a/src/compiler/node.h
|
| +++ b/src/compiler/node.h
|
| @@ -61,7 +61,7 @@ class NodeData {
|
| // out-of-line indexed by the Node's id.
|
| class Node FINAL : public GenericNode<NodeData, Node> {
|
| public:
|
| - Node(GenericGraphBase* graph, int input_count, int reserve_input_count)
|
| + Node(Graph* graph, int input_count, int reserve_input_count)
|
| : GenericNode<NodeData, Node>(graph, input_count, reserve_input_count) {}
|
|
|
| void Initialize(const Operator* op) {
|
|
|