Code

use dynamic_cast in favor of typeid. because of derivative classes
authorjohanengelen <johanengelen@users.sourceforge.net>
Mon, 14 Jul 2008 15:52:01 +0000 (15:52 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Mon, 14 Jul 2008 15:52:01 +0000 (15:52 +0000)
commit3574f5d76ead7f8a0b8b536a60611be166d72179
treec7919cd854b0e8a143b08b404b94bab487bba03e
parentf9867434faf14ec4af3142093eff6001cca2ab16
use dynamic_cast in favor of typeid. because of derivative classes
(in this case actually it is not necessary, because there can be no derivatives of Geom::LineSegment, since they are added explicitly in the same code. However, I think it is good to set good example.)
src/libnr/n-art-bpath-2geom.cpp