Ticket #8188: 8188.patch

File 8188.patch, 500 bytes (added by Tautvydas Andrikys, 12 years ago)
  • src/engine/FileZillaEngine.cpp

    #8188 filezilla-3.5.3 invalid conversion error during compilation
    
    diff -r 8beded4bcfbc -r c04cba15ffba src/engine/FileZillaEngine.cpp
    a b  
    108108        if (m_NotificationList.empty())
    109109            return 0;
    110110
    111         m_NotificationList.push_back(0);
     111        m_NotificationList.push_back(static_cast<CNotification*>(0));
    112112    }
    113113    else if (m_NotificationList.empty())
    114114        return 0;