xlnt/source/detail/xml_document_impl.hpp
2015-10-30 18:54:04 -04:00

18 lines
240 B
C++

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