mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 03:42:47 +08:00
10 lines
85 B
C++
10 lines
85 B
C++
#include "Contour.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CContour::CContour()
|
|
{
|
|
|
|
}
|
|
}}
|