From f3b577a6ddb0676e249930a575dfb93bc8dfd18b Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 31 Dec 2024 17:14:51 +0000 Subject: [PATCH] Per #3006, default_column_union was defined in 2 spots. Renaming one of them to avoid compilation conflict. --- src/tools/tc_utils/tc_stat/tc_stat_job.cc | 4 ++-- src/tools/tc_utils/tc_stat/tc_stat_job.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tools/tc_utils/tc_stat/tc_stat_job.cc b/src/tools/tc_utils/tc_stat/tc_stat_job.cc index eb908b928f..4017a04468 100644 --- a/src/tools/tc_utils/tc_stat/tc_stat_job.cc +++ b/src/tools/tc_utils/tc_stat/tc_stat_job.cc @@ -2015,7 +2015,7 @@ void TCStatJobSummary::clear() { SummaryMap.clear(); // Set to default value - ColumnUnion = default_column_union; + ColumnUnion = default_tc_column_union; OutAlpha = default_tc_alpha; FSPThresh = default_fsp_thresh; @@ -2125,7 +2125,7 @@ ConcatString TCStatJobSummary::serialize() const { // Add summary job-specific options for(i=0; i