aboutsummaryrefslogtreecommitdiff
path: root/gcc/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xml.h')
-rw-r--r--gcc/xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/xml.h b/gcc/xml.h
index 3c5813a..952cfa4 100644
--- a/gcc/xml.h
+++ b/gcc/xml.h
@@ -65,6 +65,7 @@ struct node_with_children : public node
{
void add_child (std::unique_ptr<node> node);
void add_text (std::string str);
+ void add_text_from_pp (pretty_printer &pp);
std::vector<std::unique_ptr<node>> m_children;
};