diff options
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 88288d0..00d7812 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -217,7 +217,7 @@ public: class edit_context; class diagnostic_client_data_hooks; -class logical_location; +class logical_location_manager; class diagnostic_diagram; class diagnostic_source_effect_info; class diagnostic_output_format; @@ -671,6 +671,9 @@ public: return m_client_data_hooks; } + const logical_location_manager * + get_logical_location_manager () const; + const urlifier *get_urlifier () const; text_art::theme *get_diagram_theme () const { return m_diagrams.m_theme; } |