xlnt/source/drawing.cpp

19 lines
174 B
C++
Raw Normal View History

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