From 26d8f0a3c4cb469c72f20da6a4293eee6c0c9584 Mon Sep 17 00:00:00 2001 From: skramm Date: Sat, 23 Dec 2023 15:08:31 +0100 Subject: [PATCH] minor fixes --- docs/homog2d_manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/homog2d_manual.md b/docs/homog2d_manual.md index a334b1e..c9f12ae 100644 --- a/docs/homog2d_manual.md +++ b/docs/homog2d_manual.md @@ -2262,7 +2262,7 @@ This will add a common base class `rtp::Root` to all the geometric primitives. At present, run-time polymorphism is pretty much preliminar, but required to import data from an SVG file, see [SVG import example](#svg_import_example). -Check test file [homog2d_test_rtp.cpp](../misc/test_files/homog2d_test_rtp.cpp) for an example, unrelated to the SVG import case. +Check test file [homog2d_test_rtp.cpp](../misc/homog2d_test_rtp.cpp) for an example, unrelated to the SVG import case. Potential pitfall: there is no checking on the correct cast operation, it is up to the user code to make sure to cast the pointer to the correct type.