Index: src/transitions.h |
diff --git a/src/transitions.h b/src/transitions.h |
index bbbe9448e0173d6f0b1afc3aea45024c63376cc2..1180cd3dab8f5b7a6a243099a92b7259c2fb81c1 100644 |
--- a/src/transitions.h |
+++ b/src/transitions.h |
@@ -140,10 +140,7 @@ class TransitionArray: public FixedArray { |
#ifdef OBJECT_PRINT |
// Print all the transitions. |
- inline void PrintTransitions() { |
- PrintTransitions(stdout); |
- } |
- void PrintTransitions(FILE* out); |
+ void PrintTransitions(OStream& os); // NOLINT |
#endif |
#ifdef DEBUG |