aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src/Hist_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/src/Hist_data.h')
-rw-r--r--gprofng/src/Hist_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gprofng/src/Hist_data.h b/gprofng/src/Hist_data.h
index c5f7281..c73d1fd 100644
--- a/gprofng/src/Hist_data.h
+++ b/gprofng/src/Hist_data.h
@@ -116,7 +116,8 @@ public:
TValue *get_real_value (TValue *res, int met_index, int row);
TValue *get_value (TValue *res, int met_index, int row);
TValue *get_value (TValue *res, int met_index, HistItem *hi);
- void print_row (StringBuilder *sb, int row, Metric::HistMetric *hist_metric, char *mark);
+ void print_row(StringBuilder *sb, int row, Metric::HistMetric *hist_metric,
+ const char *mark);
void print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit);
int print_label (FILE *out_file, Metric::HistMetric *hist_metric, int space);
void update_total (Hist_data::HistItem *new_total);