diff options
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r-- | tools/aapt2/Debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h index 6209a04c3c2d..382707e1d4cd 100644 --- a/tools/aapt2/Debug.h +++ b/tools/aapt2/Debug.h @@ -37,7 +37,7 @@ struct Debug { text::Printer* printer); static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style); static void DumpHex(const void* data, size_t len); - static void DumpXml(const xml::XmlResource& doc); + static void DumpXml(const xml::XmlResource& doc, text::Printer* printer); }; } // namespace aapt |