[Uml-devel] kdesdk/umbrello/umbrello/diagram

Luis De la Parra Blum lparrab at gmx.net
Thu Mar 13 11:43:09 UTC 2003


On Thursday 13 March 2003 11:48, Dirk Mueller wrote:
> CVS commit by mueller:
>
> std::type_info is private here, so you can't store it. rewriting to get
> around that
..
> -        else if ( type == typeid(UMLInterface) )
> +        if ( dynamic_cast<UMLClass*>( obj ) )
..
the constructor for type_info is private, but I was using typeid( ) to  get a 
hold of it..
did it really not work for you, or you just liked it better with dynamic_cast 
??

for me it was working ok the way it was.

luis





More information about the umbrello-devel mailing list