Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index 350e083017eb87d0b45f687961c0eebac65f867d..78a8cf1f23d4c4f51b8dec47d5de6c08dceedfe5 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -17,7 +17,7 @@ class Operator; |
class CommonOperatorBuilder; |
// A facade that simplifies access to the different kinds of inputs to a node. |
-class NodeProperties FINAL { |
+class NodeProperties final { |
public: |
// --------------------------------------------------------------------------- |
// Input layout. |