[EMAIL PROTECTED] wrote: > If I have a pointer of nsIFrame*, how can I downcast the actually > Frame? > * nsBlockFrame > * nsBulletFrame
Check the frame type and then static_cast<> ? -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

