xlnt/source/detail/xml_document_impl.hpp
2015-11-04 18:45:03 -05:00

18 lines
231 B
C++

#pragma once
#include <string>
#include <detail/include_pugixml.hpp>
namespace xlnt {
namespace detail {
struct xml_document_impl
{
string encoding;
pugi::xml_document doc;
};
} // namespace detail
} // namespace xlnt