diff options
author | crupest <crupest@outlook.com> | 2023-10-12 20:10:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-12 20:10:07 +0800 |
commit | ab484b2f0a8541cc5c5a172e4f5ea2620d91c8ba (patch) | |
tree | e69c02dd76350c17fb9645c216ec2bae69da6c21 /include/cru/platform/graphics/Geometry.h | |
parent | 8739c5d1c544015d0a7e998859a78d4ac3afc8b9 (diff) | |
download | cru-ab484b2f0a8541cc5c5a172e4f5ea2620d91c8ba.tar.gz cru-ab484b2f0a8541cc5c5a172e4f5ea2620d91c8ba.tar.bz2 cru-ab484b2f0a8541cc5c5a172e4f5ea2620d91c8ba.zip |
SvgGeometryBuilder done!
Diffstat (limited to 'include/cru/platform/graphics/Geometry.h')
-rw-r--r-- | include/cru/platform/graphics/Geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Geometry.h b/include/cru/platform/graphics/Geometry.h index 112c95e6..0e0278d2 100644 --- a/include/cru/platform/graphics/Geometry.h +++ b/include/cru/platform/graphics/Geometry.h @@ -61,7 +61,7 @@ struct CRU_PLATFORM_GRAPHICS_API IGeometryBuilder : virtual IGraphicsResource { virtual std::unique_ptr<IGeometry> Build() = 0; - void ParseAndApplySvgPathData(StringView path_d); + virtual void ParseAndApplySvgPathData(StringView path_d); }; std::unique_ptr<IGeometry> CRU_PLATFORM_GRAPHICS_API |