FrVect::SetDataValid requires non-const argument
FrVect::SetDataValid requires non-const argument. The signature for FrVect::SetDataValid(CHAR_U*, n_data_valid_type=size_t), requires a non-const pointer argument. This conflicts with the usual convention of passing const data array pointers for this sort of argument.