Files
core/HwpFile/HwpDoc/Chart/VtChart.cpp
2025-12-22 20:00:44 +03:00

15 lines
148 B
C++

#include "VtChart.h"
namespace HWP { namespace CHART
{
CVtChart::CVtChart()
{
}
ETypes CVtChart::GetType() const
{
return ETypes::VtChart;
}
}}