Files
core/Common/ASCDocxFormat/Source/XML/XObject.cpp

21 lines
234 B
C++

// auto inserted precompiled begin
#include "precompiled_xml.h"
// auto inserted precompiled end
#include "XObject.h"
namespace XML
{
XObject::XObject()
{
}
XObject::~XObject()
{
}
} // namespace XML