Hi,

Compile error w/ gcc 3.1.1 + Qt 3

/lib/video/renderer.cpp

Line 2172: casting error -
    virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? m_pXvRtConfig : 
m_pSdlgRtConfig; }

changed to :

virtual IRtConfig* GetRtConfig() const { return m_pXvRtConfig ? 
(IRtConfig*)m_pXvRtConfig : (IRtConfig*) >m_pSdlgRtConfig; }

Please note that I did not use dynamic_cast<>. Should consider this.

Rgrds,
Hugo F.



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to