aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/include/rich-location.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcpp/include/rich-location.h b/libcpp/include/rich-location.h
index be424cb..cc4f888 100644
--- a/libcpp/include/rich-location.h
+++ b/libcpp/include/rich-location.h
@@ -514,6 +514,8 @@ class rich_location
const line_maps *get_line_table () const { return m_line_table; }
+ int get_column_override () const { return m_column_override; }
+
private:
bool reject_impossible_fixit (location_t where);
void stop_supporting_fixits ();