Commit d100729c authored by Daniel Trebbien's avatar Daniel Trebbien Committed by Gunhan Gulsoy
Browse files

Add missing `override' (#17118)

This fixes a warning produced by clang:
./tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h:470:8: warning: 'InitLeafClassStats' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  void InitLeafClassStats(int best_split_index, LeafStat* left_stats,
       ^
./tensorflow/contrib/tensor_forest/kernels/v4/grow_stats.h:190:16: note: overridden virtual function is here
  virtual void InitLeafClassStats(int best_split_index, LeafStat* left_stats,
               ^
parent 3b4bf299
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment