mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 06:22:44 +08:00
10 lines
82 B
C++
10 lines
82 B
C++
#include "Marker.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CMarker::CMarker()
|
|
{
|
|
|
|
}
|
|
}}
|