aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graphics/Geometry.h')
-rw-r--r--include/cru/platform/graphics/Geometry.h2
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