xlnt/source/drawing.cpp

18 lines
163 B
C++
Raw Normal View History

2014-05-22 05:48:51 +08:00
#include "drawing.h"
namespace xlnt {
struct drawing_struct
{
drawing_struct()
{
}
};
drawing::drawing() : root_(nullptr)
{
}
} // namespace xlnt