From 7251e7b900f0e1b09ce138f9a82ebdf72cc7a6cc Mon Sep 17 00:00:00 2001 From: Saran Tunyasuvunakool Date: Fri, 3 Feb 2023 04:23:53 -0800 Subject: [PATCH] Remove superfluous `TINYXML2_LIB` declaration. PiperOrigin-RevId: 506867694 Change-Id: I701def961046c46f3cffe4fad2b1b9436bc1deef --- src/xml/xml_native_writer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xml/xml_native_writer.cc b/src/xml/xml_native_writer.cc index 6097ef3c..dfc8a4a2 100644 --- a/src/xml/xml_native_writer.cc +++ b/src/xml/xml_native_writer.cc @@ -46,10 +46,10 @@ using tinyxml2::XMLElement; // custom XML indentation: 2 spaces rather than the default 4 -class TINYXML2_LIB mj_XMLPrinter : public tinyxml2::XMLPrinter { +class mj_XMLPrinter : public tinyxml2::XMLPrinter { using tinyxml2::XMLPrinter::XMLPrinter; - public: + public: void PrintSpace( int depth ) { for (int i=0; i